.topMenu a {
    display: block;
    padding: 0.3125rem 0.25rem;
}

* {
    font-family: 'Poppins', sans-serif;
}

:root {
    --main-bg-color: pink;
    --white: white;
    --text-black: #333;
    --site-blue: #03396C;
}

.nc .nc-options {
    max-height: 300px;
    overflow-y: auto;
}

#blur-overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.register-wrap {
    padding-bottom: 300px;
}


/*language change*/
.language-selector {
    display: flex;
    gap: 3px;
    font-size: 16px;
    color: white;
    font-family: Arial, sans-serif;
    height: 30px;
}

.language-selector a:first-child:not(.no-margin) {
    margin-right: 20px;
}

.language-option {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s ease;
    background-color: #040c7f;
    padding: 3px 4px 3px 4px;
}

    .language-option:hover {
        color: #ddd;
    }


.top-right-login {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}


/**/
.register-info-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}

.register-info-button span {
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    margin-top: 0.6em;
    padding: 0.8em 1.2em;
    background-color: #1a237e;
    color: #fff;
    font-size: 0.8em;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    transform: translate(-50%, -0.8em);
    transition: all 0.2s ease-in-out;
    z-index: 100;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .register-info-button span::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-bottom-color: #1a237e;
    transform: translate(-50%, 0);
  }
  
  .register-info-button:hover span {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  
  



/* Login Page */
.login-page-wrapper {
    background: #000824 url(../img/bg/login/banner_baku.jpg) no-repeat 50% 0;
    min-height: 100vh;
    position: relative;
}

.login-page-layer {
    /*position: absolute;
    inset: 0;
    background-color: #0000009e;
    z-index: 1;*/
}

.login-wrap {
    width: 450px;
    z-index: 2;
    text-align: center;
}

.login-logo-container {
    position: relative; /* Konteyneri pozisyonlandırıyoruz */
    margin-bottom: 75px;
}

.login-logo-text {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
    width: auto;
    max-width: none;
    overflow: visible;
    margin-top: 40px;
}



.form-input-unit {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px 20px;
    border: 2px solid transparent
}

    .form-input-unit i {
        color: white;
        font-size: 20px;
        width: 30px;
    }

    .form-input-unit div.input-field {
        width: calc(100% - 30px) !important;
    }

        .form-input-unit div.input-field::placeholder {
            color: white !important;
        }

    .form-input-unit input {
        background-color: transparent;
        color: white;
        border: none;
        outline: none;
        padding: 5px 10px;
    }

.nc-input::placeholder {
    color: white;
}

.form-input-unit .label-before,
.form-input-unit .input-field input:focus + label::before,
.form-input-unit .input-field input:valid + label::before,
.form-input-unit .input-field input:not(:placeholder-shown) + label::before {
    line-height: 20px;
    font-size: 12px;
    top: -20px;
    padding: 0 6px;
    left: 50px;
    color: white;
    border-radius: 50rem;
    padding: 1px 10px;
}

.form-input-unit .input-field label::before {
    content: attr(data-title);
    position: absolute;
    top: 10px;
    left: 60px;
    line-height: 40px;
    font-size: 14px;
    color: white;
    transition: 300ms all;
}

.form-input-unit .input-field input {
    width: 100%;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: white;
    border-radius: 3px;
}

    .form-input-unit .input-field input::placeholder {
        color: #c9c9c9
    }

    .form-input-unit .input-field input:focus {
        outline: 0;
    }

    .form-input-unit .input-field input:valid + label::before {
        content: attr(data-title);
    }

    .form-input-unit .input-field input:focus + label::before {
        color: white;
    }

.login-form-btn {
    padding: 10px 20px;
    border: none;
    outline: none;
    height: 60px;
    color: #000;
    transition: all 0.6s ease;
}

    .login-form-btn:hover {
        background-color: lightskyblue !important;
        color: white;
    }

.login-wrap-regs-forgot * {
    transition: all 0.6s ease;
}

.login-wrap-regs-forgot a:hover {
    color: lightskyblue !important;
}

@media screen and (max-width:500px) {
    .login-wrap {
        width: 90%;
    }
}

/* Register Page */
.register-page-wrapper {
    background-image: url(../img/bg/login/banner_baku.jpg);
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    position: relative;
    padding: 100px 0;
}

.register-page-layer {
    position: absolute;
    inset: 0;
    background-color: #0000009e;
    z-index: 1;
}

.register-wrap {
    z-index: 2;
    text-align: center;
    width: 1000px;
}

@media screen and (max-width:1200px) {
    .register-wrap {
        width: 95%;
    }
}

.register-form-buttons button {
    padding: 10px 20px;
    border: none;
    outline: none;
    margin: 0 10px;
    transition: 0.6s ease;
}

    .register-form-buttons button i {
        margin: 0 3px;
        transition: 0.6s ease;
    }

    .register-form-buttons button.cancel:hover {
        background-color: black;
        color: white;
    }

    .register-form-buttons button.next {
        background-color: rgb(45, 140, 45);
        color: white;
    }

    .register-form-buttons button.cancel:hover i {
        transform: translateX(-2px);
        color: white;
    }

    .register-form-buttons button.next:hover i {
        transform: translateX(2px);
        color: white;
    }

@media screen and (max-width:768px) {
    .register-form-grid {
        gap: 0;
    }
}

.register-form-grid > .grid-item:nth-child(2) > * {
    min-height: 64px;
}

/* Header */
.mobile-right-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

    .mobile-right-wrap .mobile-cart-icon i,
    .desktop-cart-icon i {
        font-size: 30px;
        color: var(--white);
        opacity: 0.8;
    }

    .mobile-right-wrap .mobile-cart-icon .cart-count-span,
    .desktop-cart-icon .cart-count-span {
        position: relative;
    }

.mobile-cart-icon .cart-count,
.desktop-cart-icon .cart-count {
    position: absolute;
    bottom: -5px;
    right: -15px;
    width: 25px;
    border: 1px solid #03396C;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: white;
    color: #252525;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1200px) {
    header.scrolled {
        padding-top: 80px;
    }

        header.scrolled .top-header {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            z-index: 6;
            background-color: #03396C;
            transition: 0.5s ease;
            -webkit-transition: 0.5s ease;
            -moz-transition: 0.5s ease;
            -ms-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            padding: 0 12px;
            box-shadow: rgb(255 255 255) 0px 2px 8px 0px;
        }
}



@media screen and (max-width:1199px) {
    .mobile-header.scrolled {
        padding-top: 70px;
    }

    .mobile-header.scrolled {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 5;
        background-color: #03396C;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        padding: 5px;
    }
}

header {
    background-color: #03396C;
}

    header .logo {
        /* height: 55px; */
        overflow: hidden;
    }

        header .logo img {
            width: 100px;
            object-fit: contain;
        }

    header .nav {
        height: 100%;
        color: var(--white);
    }

        header .nav ul {
            display: flex;
            height: 100%;
        }

            header .nav ul li.active {
                background-color: #ffffff1a;
                border-radius: 10px;
            }

            header .nav ul li a {
                padding: 10px 25px 18px 25px;
                display: inline-block;
                position: relative;
                overflow: hidden;
                height: 100%;
                max-width: 200px;
                text-align: center;
                align-content: center;
            }

            header .nav ul li.active a::after {
                /* width: 100%; */
                bottom: 0px;
                left: 40%;
            }

            header .nav ul li a::after {
                content: '\2708';
                position: absolute;
                bottom: -30px;
                left: 0;
                width: 10px;
                transition: all 1.2s ease;
                transform: rotate(-20deg);
            }

            header .nav ul li a:hover::after {
                /* width: 100%; */
                bottom: 0px;
                left: 40%;
            }

    header .extra {
        color: var(--white);
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    header .profile-box {
        display: flex;
        align-items: center;
        padding: 5px;
    }

    header .extra .logo {
        padding: 5px;
    }

        header .extra .logo img {
            width: 40px;
            aspect-ratio: 4/4;
            object-fit: cover;
            border-radius: 50%;
            border: 1px solid var(--white);
        }

    header .profile-box .name {
        padding: 5px;
    }

    header .profile-box h6 {
        font-size: 13px;
        margin-bottom: 6px;
    }

    header .profile-box h3 {
        font-size: 16px;
        margin: 0;
    }

    header .profile-box .arrow {
        padding: 5px;
        height: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.header-extra-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--white);
    color: var(--text-black);
    padding: 10px 15px;
    border: 1px solid #ccc;
    z-index: 2;
}

header .extra.active .header-extra-sub {
    display: block;
}

header .extra .header-extra-sub ul {
    padding-left: 0;
}

    header .extra .header-extra-sub ul li {
        transition: all 0.6s ease;
    }

        header .extra .header-extra-sub ul li a {
            padding: 5px 10px;
            display: block;
        }

        header .extra .header-extra-sub ul li:hover {
            padding-left: 10px;
        }

/* Nav */
nav {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 5px;
}

    nav ul {
        display: flex;
        align-items: center;
        padding: 0;
        color: var(--text-black);
        margin: 0;
        padding: 0;
    }

        nav ul li a {
            padding: 10px 20px;
            display: block;
            opacity: 0.7;
            position: relative;
        }

            nav ul li a i {
                margin-right: 10px;
                font-size: 25px;
            }

        nav ul li:hover a {
            color: var(--site-blue);
            opacity: 1;
        }

        nav ul li.active a {
            opacity: 1;
        }

            nav ul li.active a::after {
                content: '';
                position: absolute;
                right: 10px;
                top: 10px;
                width: 5px;
                height: 5px;
                background-color: var(--site-blue);
                border-radius: 50%;
            }


/* Dashboard Main */
main {
    position: relative;
    padding: 40px 0;
    min-height: 500px;
}

.background-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.dashboard-wrapper {
    padding: 15px;
    background-color: var(--white);
    border: 1px solid #797979;
    box-shadow: rgba(255, 255, 255, 0.338) 0px 5px 15px 0px;
    position: relative;
}

    .dashboard-wrapper .form-input-unit {
        background-color: rgba(255, 255, 255, 0.25);
        padding: 10px 20px;
    }

        .dashboard-wrapper .form-input-unit i {
            color: var(--site-blue);
            font-size: 20px;
            width: 30px;
        }

        .dashboard-wrapper .form-input-unit div.input-field {
            width: calc(100% - 30px) !important;
        }

            .dashboard-wrapper .form-input-unit div.input-field::placeholder {
                color: var(--site-blue) !important;
            }

        .dashboard-wrapper .form-input-unit input {
            background-color: transparent;
            color: var(--site-blue);
            border: none;
            outline: none;
            padding: 5px 10px;
        }

    .dashboard-wrapper .nc-input::placeholder {
        color: var(--site-blue);
    }

    .dashboard-wrapper .form-input-unit .label-before,
    .dashboard-wrapper .form-input-unit .input-field input:focus + label::before,
    .dashboard-wrapper .form-input-unit .input-field input:valid + label::before {
        line-height: 20px;
        font-size: 12px;
        top: -20px;
        padding: 0 6px;
        left: 50px;
        color: white;
        border-radius: 50rem;
        padding: 1px 10px;
    }

    .dashboard-wrapper .form-input-unit .input-field label::before {
        content: attr(title);
        position: absolute;
        top: 10px;
        left: 60px;
        line-height: 40px;
        font-size: 14px;
        color: white;
        transition: 300ms all;
    }

    .dashboard-wrapper .form-input-unit .input-field input {
        width: 100%;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
        color: var(--site-blue);
        border-radius: 3px;
    }

        .dashboard-wrapper .form-input-unit .input-field input:focus {
            outline: 0;
        }

        .dashboard-wrapper .form-input-unit .input-field input:valid + label::before {
            content: attr(data-title);
        }

        .dashboard-wrapper .form-input-unit .input-field input:focus + label::before {
            color: var(--site-blue);
        }

    .dashboard-wrapper .grid {
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 20px;
    }

    .dashboard-wrapper .item {
        padding: 5px;
    }

        .dashboard-wrapper .item.item-stars > div {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            gap: 5px
        }

        .dashboard-wrapper .item.input-date-flex {
            display: flex;
            gap: 5px
        }

            .dashboard-wrapper .item.input-date-flex .input-date-form {
                width: 50%;
            }

                .dashboard-wrapper .item.input-date-flex .input-date-form input {
                    max-height: 35px;
                }

    .dashboard-wrapper .star-options {
        cursor: pointer;
        font-size: 13px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .dashboard-wrapper .star-options input[type="checkbox"] {
            visibility: hidden;
            width: 0;
            height: 0;
        }

        .dashboard-wrapper .star-options.active {
            background-color: var(--site-blue);
            color: var(--white);
        }

        .dashboard-wrapper .star-options label {
            cursor: pointer;
        }

    .dashboard-wrapper .search-btn button {
        margin-top: 30px;
        background-color: var(--site-blue);
        border: none;
        outline: none;
        max-height: 35px;
    }

    .dashboard-wrapper label {
        font-size: 13px;
        line-height: 30px;
        opacity: 0.7;
    }

@media screen and (max-width:768px) {
    .dashboard-wrapper .grid {
        grid-template-columns: 100%;
    }

    .dashboard-wrapper .star-options.form-control {
        padding-right: 1px;
        padding-left: 1px;
    }

    .dashboard-wrapper .star-options label {
        font-size: 12px;
    }
}

.form-control {
    font-size: 14px !important;
}

/* Mobile Header */
.mobile-header {
    background-color: #03396C;
    display: none;
    padding: 5px;
}

    .mobile-header .logo {
        width: 150px;
    }

.mobile-menu-title {
    display: none;
    cursor: pointer;
}

.mobile-header .logo img {
    width: 100px;
    aspect-ratio: 20âˆ¶11;
    object-fit: contain;
}

.mobile-header .icon {
    cursor: pointer;
}

    .mobile-header .icon i {
        font-size: 30px;
        color: var(--white);
        opacity: 0.8;
    }

@media screen and (max-width:1200px) {
    header > .container-fluid {
        display: none;
    }

    .mobile-header {
        display: block
    }
}

@media screen and (max-width:992px) {
    nav ul {
        flex-direction: column;
        display: none;
    }

        nav ul.active {
            display: block;
            padding-top: 10px;
        }

        nav ul li.active a::after {
            top: 45%;
        }

    header {
        padding: 0 12px;
        background-color: var(--site-blue);
        background-image: none !important;
        border-bottom: none;
    }

    nav {
        box-shadow: none;
    }

    .mobile-menu-title {
        display: block;
        background-color: var(--site-blue);
        text-align: center;
        padding: 15px;
        color: var(--white);
    }
}

/* Mobile Menu  */
.mobile-menu-wrap {
    display: none;
    position: fixed;
    inset: 0;
    background-color: var(--white);
}

    .mobile-menu-wrap.active {
        display: block;
        z-index: 10000;
    }

    .mobile-menu-wrap .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 17px;
        cursor: pointer;
    }

        .mobile-menu-wrap .close i {
            font-size: 30px;
            color: white;
        }

    .mobile-menu-wrap .logo {
        text-align: center;
        padding: 10px;
        margin-bottom: 20px;
    }

        .mobile-menu-wrap .logo img {
            width: 150px;
            aspect-ratio: 4/3;
            object-fit: contain;
        }

    .mobile-menu-wrap ul {
        margin: 0;
        padding: 0;
    }

        .mobile-menu-wrap ul li a {
            padding: 10px;
            display: block;
        }

    .mobile-menu-wrap .navigation ul li.active a {
        background-color: #cecece;
    }

.mobile-menu-scroll {
    max-height: calc(100vh - 185px);
    overflow-y: auto;
}

.mobile-menu-wrap label {
    font-size: 13px;
    padding-left: 30px;
    opacity: 0.8;
    line-height: 30px;
}

.mobile-menu-wrap .profile-div {
    display: flex;
    align-items: center;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
}

.mobile-menu-wrap .image {
    padding: 5px;
}

    .mobile-menu-wrap .image img {
        width: 40px;
        aspect-ratio: 4/4;
        height: 40px;
        object-fit: cover;
        border-radius: 50%;
        border: 1px solid var(--white);
    }

.mobile-menu-wrap .profile-div h6 {
    font-size: 13px;
    margin-bottom: 6px;
}

.mobile-menu-wrap .profile-div h3 {
    font-size: 16px;
    margin: 0;
}

@media screen and (min-width:1200px) {
    .mobile-menu-wrap {
        display: none !important;
    }
}

/* Footer */

footer {
    background-color: var(--site-blue);
    color: var(--white);
    position: relative;
    z-index: -1;
}

    footer .title {
        font-size: 25px;
        margin-bottom: 15px;
        opacity: 0.7;
    }

    footer .content p {
        font-size: 15px;
        line-height: 30px;
        opacity: 0.8;
    }

    footer .content .cards img {
        width: 50px;
        aspect-ratio: 4/3;
        object-fit: contain;
    }

    footer .content .logo {
        margin-bottom: 20px;
    }

        footer .content .logo img {
            width: 100px;
        }

    footer .company-info {
        display: flex;
        align-items: baseline;
        margin-bottom: 15px;
    }

        footer .company-info h5 {
            font-size: 15px;
            opacity: 0.6;
            margin-right: 10px;
            width: 120px;
        }

    footer .company-info-content {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }

    footer .copyright h5 {
        font-size: 14px;
    }

    footer .copyright a {
        color: orangered;
    }

@media screen and (max-width:576px) {
    footer .company-info-content {
        flex-direction: column;
    }
}



/* Search Result Page*/
        .search-result-wrapper {
    padding: 15px;
    padding-bottom: 70px;
    background-color: var(--white);
    box-shadow: rgba(255, 255, 255, 0.338) 0px 5px 15px 0px;
    position: relative;
}

    .search-result-wrapper .error-message-wrap {
        min-height: 200px;
    }

        .search-result-wrapper .error-message-wrap p {
            font-size: 13px;
        }

        .search-result-wrapper .error-message-wrap a {
            text-transform: uppercase;
            display: inline-block;
            font-size: 12px;
            padding: 13px 23px;
            margin: 20px 0;
            border-radius: 30px;
            color: white !important;
            border: 1px solid var(--site-blue);
            background-color: var(--site-blue);
            outline: none;
            transition: 0.3s ease;
        }

            .search-result-wrapper .error-message-wrap a:hover {
                background-color: white !important;
                border-color: var(--site-blue) !important;
                color: var(--site-blue) !important;
            }

        .search-result-wrapper .error-message-wrap i {
            transform: translateY(2px);
            margin-right: 0.5rem;
        }


.results-infos {
    padding: 20px 0;
}

    .results-infos .sort select {
        padding: 2px 20px;
        border: 1px solid #cecece;
        border-radius: 7px;
        margin-left: 10px;
        font-weight: 500;
    }

.result-item .content-star-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .result-item .content-star-title .star {
        width: 100px;
        text-align: right;
        margin-bottom: 10px;
    }

@media screen and (max-width:768px) {
    .result-item .content-star-title {
        display: block;
        flex-direction: column;
    }

        .result-item .content-star-title .star,
        .result-item .content-star-title .title {
            display: block;
            width: 100% !important;
        }

        .result-item .content-star-title .star {
            text-align: left;
        }
}

.result-item .content-star-title .title {
    width: calc(100% - 120px);
}

.result-item {
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    position: relative;
    transform: scale(1);
    transition: all .3s ease;
}

    .result-item:hover {
        transform: scale(1.02);
        transition: all .3s ease;
    }

    .result-item .img {
        width: 280px;
        aspect-ratio: 5/2;
    }

        .result-item .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .result-item .content {
        width: calc(100% - 280px);
    }

    .result-item .content {
        padding: 20px;
        position: relative;
    }

        .result-item .content .title h4 {
            font-size: 20px;
            font-family: DmSansMedium;
            margin-bottom: 10px;
            word-wrap: break-word;
        }

        .result-item .content .text {
            padding: 10px 0;
            border-top: 1px solid #f1f1f1;
            border-bottom: 1px solid #f1f1f1;
        }

            .result-item .content .text p {
                font-size: 13px;
                font-family: DmSansRegular;
            }

    .result-item .result-buttons {
        padding: 10px 0;
    }

        .result-item .result-buttons a {
            display: inline-block;
            padding: 10px 20px;
            border-radius: 7px;
            color: white;
            font-size: 12px;
            font-family: DmSansMedium;
            transition: all 0.6s ease-in-out;
        }

            .result-item .result-buttons a.showdetail {
                background: #28bdc3;
            }

                .result-item .result-buttons a.showdetail:hover {
                    background: #1c7c80;
                }

            .result-item .result-buttons a.booking {
                background: #f1f1f1;
                color: #333;
            }

                .result-item .result-buttons a.booking:hover {
                    background: #c0c0c0;
                    color: #03396C;
                }

.search-result-grid {
    display: grid;
    grid-template-columns: 300px calc(100% - 640px) 300px;
    gap: 20px;
}

.search-result-grid.grid-custom {
    display: grid;
    grid-template-columns: 80%;
    justify-content:center;
    gap: 20px;
}

.result-left-filter .filter-top {
    padding: 20px 0;
}

.search-result-right .filter-top {
    padding: 20px 0;
}

.sr-advertising-box {
    border-radius: 7px;
    aspect-ratio: 2/3;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 20px;
    text-align: end;
    border: 1px solid #f1f1f1;
}

    .sr-advertising-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sr-advertising-box h2 {
        font-weight: bold;
        font-size: 18px;
        margin: 10px 0;
    }

    .sr-advertising-box h4 {
        font-weight: bold;
        font-size: 15px;
    }

    .sr-advertising-box .star {
    }

        .sr-advertising-box .star i {
        }

            .sr-advertising-box .star i.fa-solid {
                color: orange;
            }

.search-result-grid .filter-box-stars {
    display: flex;
    text-align: center;
    gap: 5px
}

    .search-result-grid .filter-box-stars div {
        font-size: 11px !important;
    }

        .search-result-grid .filter-box-stars div.active {
            background-color: #03396C;
            color: white;
        }

.search-result-grid .filter-button {
    display: flex;
    justify-content: end;
}

    .search-result-grid .filter-button button {
        padding: 7px 20px;
        background-color: #03396C;
        color: white;
    }

        .search-result-grid .filter-button button:hover {
            background-color: white;
            color: #03396C;
            border-color: #03396C;
        }

.search-result-grid .filter-box {
    margin-bottom: 20px;
}

.result-left-filter {
    position: sticky;
    top: 70px;
}

.result-right-sticky-wrap {
    position: sticky;
    top: 70px;
}

.search-result-grid .filter-box label {
    margin-bottom: 10px;
    color: #03396C;
}

    .search-result-grid .filter-box label i {
        margin-right: 5px;
    }

.mobile-search-result-button {
    width: 100%;
    background-color: #03396C;
    display: none;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    font-family: DmSansMedium;
    border-radius: 4px;
}

@media screen and (max-width:992px) {
    .mobile-search-result-button {
        display: block;
    }
}

@media screen and (max-width:1400px) {
    .search-result-grid {
        grid-template-columns: 250px calc(100% - 540px) 250px;
        gap: 20px;
    }
}

@media screen and (max-width:1200px) {
    .search-result-grid {
        grid-template-columns: 250px calc(100% - 270px);
        gap: 20px;
    }

    .result-item {
        flex-direction: column;
    }

        .result-item .img {
            width: 100%;
        }

            .result-item .img img {
                aspect-ratio: 5/3;
            }

        .result-item .content {
            width: 100%;
        }
}

@media screen and (max-width:992px) {
    .search-result-grid {
        display: block;
    }

    .search-result-left {
        display: none;
    }

    .search-result-left {
        display: none;
    }

        .search-result-left.active {
            display: block;
        }
}

@media screen and (max-width:768px) {
    .search-result-wrapper {
        padding: 15px 10px;
    }
}
/* Pagination */
.pagination {
    text-align: center;
}

    .pagination li {
        margin: 0 5px;
        display: none;
        border-radius: 7px;
        cursor: pointer;
    }

        .pagination li.currentpage {
            display: inline-block;
        }

        .pagination li.near_currentpage {
            display: inline-block;
        }

        .pagination li.currentpage span, .pagination li.currentpage a {
            display: inline-block;
            background-color: #0F1129;
            border-radius: 7px;
            color: white;
        }

        .pagination li.near_currentpage a {
            display: inline-block;
            border-radius: 7px;
        }

    .pagination ul > a {
        width: 40px;
    }

    .pagination li a, .pagination li span {
        padding: 10px;
        min-width: 35px;
    }
        

.result-item .content i {
    font-size: 14px;
    color: #878787;
}

    .result-item .content i.fa-solid {
        color: orange;
    }

.search-result-grid .input-date-form {
    margin-bottom: 20px;
}

.search-result-grid .star-options input[type="checkbox"] {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.search-result-grid .star-options {
    position: relative;
}


.result-item .content .text p {
    min-height: 135px;
}

@media screen and (max-width:768px) {
    .result-item .content .text p {
        min-height: 50px
    }
}

.error-wrapper {
    padding: 50px 15px;
    background-color: var(--white);
    position: relative;
}

    .error-wrapper h1 {
        font-size: 105px;
        font-weight: bold;
        font-weight: 700;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        background-image: url('https://www.thediaryofanomad.com/wp-content/uploads/2020/08/best-places-visit-in-baku-cityscape.jpg');
        background-position: bottom center;
        background-size: 100% auto;
    }

    .error-wrapper h4 {
        color: black;
        margin: 20px 0;
    }

    .error-wrapper p {
        font-size: 12px;
        color: var(--site-blue);
    }

    .error-wrapper a {
        text-transform: uppercase;
        display: inline-block;
        font-size: 12px;
        padding: 13px 23px;
        margin: 20px 0;
        border-radius: 30px;
        color: white !important;
        border: 1px solid var(--site-blue);
        background-color: var(--site-blue);
        outline: none;
        transition: 0.3s ease;
    }

        .error-wrapper a:hover {
            background-color: white !important;
            border-color: var(--site-blue) !important;
            color: var(--site-blue) !important;
        }

@media screen and (max-width:576px) {
    .error-wrapper h1 {
        font-size: 70px;
    }
}
/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #03396C;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 50%;
}
/* ---- stats.js ---- */

.count-particles {
    background: #0e3a84;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.lns-checkbox {
    color: white;
    padding: 5px 7px 5px 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .lns-checkbox span {
        position: relative;
        display: flex;
        align-items: center;
        color: #bfbfbf;
    }

    .lns-checkbox input[type=checkbox] {
        position: absolute;
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

        .lns-checkbox input[type=checkbox]:checked + span::after {
            background-color: white;
        }

        .lns-checkbox input[type=checkbox]:checked + span {
            color: white;
        }

        .lns-checkbox input[type=checkbox] + span::before {
            border-color: white;
        }

        .lns-checkbox input[type=checkbox]:focus + span::before {
            border-color: white;
        }

        .lns-checkbox input[type=checkbox]:disabled {
            opacity: 0.85;
        }

            .lns-checkbox input[type=checkbox]:disabled + span {
                color: #9a9a88;
            }

    .lns-checkbox span::before {
        content: "";
        display: inline-block;
        border-radius: 3px;
        background-color: #414051;
        margin-right: 8px;
        height: 16px;
        width: 16px;
        border: 1px solid transparent;
    }

    .lns-checkbox span::after {
        content: "";
        display: inline-block;
        height: 12px;
        width: 12px;
        border-radius: 3px;
        background-color: transparent;
        left: 2px;
        position: absolute;
    }

/* Booking Page */
.booking-wrapper {
    border-radius: 3px;
    background-color: white;
}

.booking-wrapper-main {
    transform: translateY(-10px);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: white;
    padding-bottom: 150px !important;
    padding-top: 10px;
}

.booking-cover-img {
    height: 500px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

    .booking-cover-img .name {
        position: absolute;
        left: 0;
        top: 0;
        padding: 15px 40px;
        background: rgba(255, 255, 255, 0.22);
        border-bottom-right-radius: 3px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .booking-cover-img .name-sticky {
        position: fixed;
        right: 45%;
        top: 190px;
        padding: 15px 40px;
        background: rgba(255, 255, 255, 0.22);
        border-bottom-right-radius: 3px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        z-index: 10;
    }
    .booking-cover-img .name h3, .booking-cover-img .name-sticky h3 {
        font-size: 15px;
        color: var(--site-blue);
        margin: 0;
    }

    .booking-cover-img .star {
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px 40px;
        background: rgba(255, 255, 255, 0.22);
        border-bottom-left-radius: 3px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

        .booking-cover-img .star i {
            color: rgb(95, 95, 95);
        }

        .booking-cover-img .star .fa-solid {
            color: orange;
        }

    .booking-cover-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #booking-map iframe {
        width:100%!important;
    }

.booking-wrapper .tab-content > .tab-pane.fade.active {
    opacity: 1;
}

.booking-nav {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #dee2e6;
}

    .booking-nav .nav-tabs {
        border-bottom: 0;
    }

    .booking-nav ul li a {
        padding: 10px 30px;
        font-size: 20px;
        display: inline-flex;
    }

        .booking-nav ul li a.active {
            border-bottom: 2px solid var(--site-blue);
        }

.booking-tab-content {
    padding: 20px;
}

@media screen and (max-width:768px) {
    .booking-nav .nav-tabs {
        justify-content: space-around;
    }

    .booking-nav ul li a {
        padding: 10px 0;
        text-align: center;
        font-size: 18px;
    }

    .booking-cover-img .name h3, .booking-cover-img .name-sticky h3 {
        font-size: 25px;
        color: var(--site-blue);
        margin: 0;
    }
}

@media screen and (max-width:1200px) {
     .booking-cover-img .name-sticky h3 {
        font-size: 20px;
        color: var(--site-blue);
        margin: 0;
     }

    .booking-cover-img .name-sticky {
        top: 110px;
    }
}
/*Carousel Gallery*/
.booking-pict-gallery .carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;
}

    .booking-pict-gallery .carousel-gallery .swiper-slide a {
        display: block;
        width: 100%;
        height: 200px;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    }

        .booking-pict-gallery .carousel-gallery .swiper-slide a:hover .image .overlay {
            opacity: 1;
        }

        .booking-pict-gallery .carousel-gallery .swiper-slide a .image {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center center;
        }

            .booking-pict-gallery .carousel-gallery .swiper-slide a .image .overlay {
                width: 100%;
                height: 100%;
                background-color: rgba(20, 20, 20, 0.8);
                text-align: center;
                opacity: 0;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                .booking-pict-gallery .carousel-gallery .swiper-slide a .image .overlay em {
                    color: #fff;
                    font-size: 26px;
                    position: relative;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    display: inline-block;
                }

    .booking-pict-gallery .carousel-gallery .swiper-pagination {
        position: relative;
        bottom: auto;
        text-align: center;
        margin-top: 25px;
    }

        .booking-pict-gallery .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .booking-pict-gallery .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
                opacity: 0.7;
            }

            .booking-pict-gallery .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: #d63031;
                transform: scale(1.1, 1.1);
            }

/*# Carousel Gallery*/
.booking-pict-gallery .plugins {
    text-align: center;
}

    .booking-pict-gallery .plugins h3 {
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: Arial;
        text-transform: uppercase;
        color: #111;
    }

    .booking-pict-gallery .plugins a {
        display: inline-block;
        font-family: Arial;
        color: #777;
        font-size: 14px;
        margin: 10px;
        transition: all 0.2s linear;
    }

        .booking-pict-gallery .plugins a:hover {
            color: #d63031;
        }

.booking-title {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
}

    .booking-title h4 {
        font-size: 40px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: 2px;
        position: relative;
        display: inline-block;
    }

        .booking-title h4::after {
            content: 'o o o';
            position: absolute;
            bottom: -30px;
            font-size: 10px;
            letter-spacing: 5px;
            left: 30%;
            right: 30%;
        }

    .booking-title h6 {
        margin-top: 15px;
    }

.rooms-wrap h5 {
    font-size: 17px;
}

.rooms-wrap .room-type-content h6 {
    font-size: 14px;
    line-height: 30px;
}

.room-type-content,
.room-options-ul {
    padding-left: 15px !important;
}

.rooms-wrap i {
    margin-right: 5px;
    font-size: 16px;
    width: 30px;
}

.room-options-ul li {
    position: relative;
    line-height: 30px;
    font-size: 14px;
}

.booking-reservation-main {
    display: grid;
    /* grid-template-columns:calc(50% - 10px) calc(50% - 10px); */
    /* grid-template-columns: calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px); */
    grid-template-columns: 100%;
    gap: 15px;
}

.rooms-wrap-card-body {
    display: grid;
    grid-template-columns: 50% 50%;
}

.rooms-wrap .card .card-grid {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
}

.rooms-wrap .card-footer .price {
    background-color: rgba(255, 0, 0, 0.697);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 20px;
    width: 400px;
    margin: 0 auto;
}

.rooms-wrap .card-footer {
    border: none;
    padding: 1rem;
}

    .rooms-wrap .card-footer .price .dollar-span {
        margin-left: 3px;
    }

.available-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .available-wrap i {
        width: 24px;
        color: var(--site-blue);
        line-height: 28px;
    }

    .available-wrap span {
        margin-left: 3px;
        color: var(--site-blue);
        line-height: 28px;
        font-size: 15px;
    }

.reservation-count-wrap .count-input-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 4px;
}

.reservation-count-wrap button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    border: 1px dashed var(--site-blue);
}

    .reservation-count-wrap button i {
        font-size: 12px;
        width: 15px;
        height: 15px;
        margin: 0;
    }

.reservation-count-wrap .count-input-wrap input {
    width: 50px;
    margin: 0 10px;
    text-align: center;
    height: 30px;
    border: 1px dashed #bfbfbf;
    outline: none;
    font-size: 13px;
}

.reservation-count-wrap button i::before {
    line-height: 15px;
    width: 15px;
}

.reservation-count-wrap .count-input-wrap button:hover {
    background-color: var(--site-blue);
    color: white;
}

.rooms-wrap > .card {
    position: relative;
    transform: scale(1);
    transition: all .3s ease;
}

    .rooms-wrap > .card:hover {
        transform: scale(1.02);
        transition: all .3s ease;
    }


.rooms-wrap .append-room-extra .card-extra {
    padding: 0px;
    margin-top: 10px;
    border-radius: 3px;
    padding: 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

    .rooms-wrap .append-room-extra .card-extra.active {
        padding: 0 20px;
        margin-top: 20px;
        max-height: 2000px !important;
        transition: all 0.5s ease-in-out;
    }

.rooms-wrap .card-extra:first-of-type::after {
    content: '';
    position: absolute;
    top: -22px;
    left: -10px;
    width: 20px;
    height: 50px;
    border-left: 2px solid rgba(169, 56, 56, 0.509);
    border-bottom-left-radius: 10px;
}

.rooms-wrap .card-extra::after {
    content: '';
    position: absolute;
    top: -22px;
    left: -10px;
    width: 20px;
    height: 50px;
    border-left: 2px solid rgba(169, 56, 56, 0.509);
    border-bottom-left-radius: 10px;
}

.cart-extra-grid {
    display: grid;
    grid-template-columns: calc(100% - 250px) 250px;
}

.card-extra-head .grid-item.select-grid-item {
    display: grid;
    /* grid-template-columns: calc(50% - 10px) calc(50% - 10px); */
    gap: 20px;
}

.card-extra-body {
    padding: 40px 15px;
}

.card-extra-price > p:first-child {
    font-size: 22px;
    color: red;
}

.card-extra-body .add button i {
    font-size: 12px;
    width: 15px;
}

.card-extra-body .add button {
    padding: 9px 15px;
    border-radius: 3px;
    margin: 15px 0;
    width: 150px;
    color: white;
    outline: none;
    border: 1px solid rgb(94, 197, 103);
    font-size: 12px;
    background-color: rgb(94, 197, 103);
    transition: color 0.6s ease,background 0.4s ease;
}

    .card-extra-body .add button:hover {
        background-color: rgb(107 177 113);
        border: 1px solid rgb(107 177 113);
    }

.card-extra-head {
    padding: 15px;
}

.extra-count-wrap {
    display: flex;
    align-items: center;
}

    .extra-count-wrap input {
        width: 50px;
        text-align: center;
        height: 30px;
        border: 1px dashed #bfbfbf;
        outline: none;
        font-size: 13px;
    }

    .extra-count-wrap button {
        height: 30px;
        width: 40px;
        border: none;
        padding: 0 10px;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--site-blue);
        color: white;
        transition: 0.6s ease;
    }

        .extra-count-wrap button i {
            font-size: 12px;
            line-height: 15px;
            width: 15px;
            margin: 0;
        }

        .extra-count-wrap button:hover {
            background-color: #bfbfbf;
            color: black;
        }

.card-extra-head .grid-item h6 {
    font-size: 15px;
}

    .card-extra-head .grid-item h6 i {
        width: 15px;
        font-size: 15px;
        margin-right: 3px;
    }

.card-extra-head .grid {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}

.child-alt-wrap select {
    width: 130px;
    height: 30px;
    border: 1px solid #bfbfbf;
    outline: none;
}

.card-extra-head .grid-2 {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}

.label-grid-item input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    line-height: 14px;
}

.label-grid-item label {
    font-size: 14px;
    line-height: 14px;
}

.date-input-extra-wrap input {
    margin: 15px 0;
    height: 40px;
    width: 100%;
    border: 1px solid #bfbfbf;
    outline: none;
    font-size: 13px;
    padding: 5px 10px;
}

.select-grid-item select {
    padding: 5px 10px;
    border: 1px solid #bfbfbf;
    width: 100%;
    font-size: 13px;
    height: 40px;
}

.card-extra-head .grid-1 {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
    align-items: baseline;
}

.card-extra-head .grid-3 {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
}

    /*    .card-extra-head .grid-3 .grid-item {
        padding: 15px 0;
    }*/

    .card-extra-head .grid-3 .grid-item select {
        margin: 15px 0;
        padding: 5px 10px;
        border: 1px solid #bfbfbf;
        width: 100%;
        outline: none;
        font-size: 13px;
        border-radius: 0;
        height: 40px;
    }

.card-extra-head .grid-1 .grid-item label {
    line-height: 20px;
    font-size: 14px;
}

.card-extra-head .grid-1 .grid-item div {
    margin: 15px 0;
    padding: 5px 10px;
    border: 1px solid #bfbfbf;
    width: 100%;
    outline: none;
    font-size: 13px;
    border-radius: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

#early-check-input, #late-check-input {
    border-radius: 0;
}

.card-extra-head .grid-3 .grid-item label {
    line-height: 20px;
    font-size: 14px;
}

.card-extra-head .grid-3 .grid-item select option {
    padding: 5px 0;
}

.card-extra-head button.calculate-btn i {
    font-size: 12px;
    width: 15px;
}

.card-extra-head button.calculate-btn {
    padding: 9px 15px;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    background-color: #4aa7c4;
    outline: none;
    border: none;
    font-size: 12px;
    margin: 15px 0;
    color: white;
    transition: color 0.6s ease,background 0.4s ease;
}

    .card-extra-head button.calculate-btn:hover {
        background-color: rgb(94, 197, 103);
        color: white;
    }

.textarea-grid {
    padding: 10px;
    background-color: #f1f1f1;
}

    .textarea-grid label {
        line-height: 20px;
        font-size: 14px;
    }

    .textarea-grid textarea {
        width: 100%;
        min-height: 70px;
        max-height: 70px;
        border: 1px solid #bfbfbf;
        outline: none;
        font-size: 13px;
        padding: 10px;
    }

.card-extra-head .grid-3 .grid-item button i {
}

@media screen and (min-width:1201px) {
}

@media screen and (max-width:1200px) {

    .booking-reservation-main {
        /* grid-template-columns: calc(50% - 5px) calc(50% - 5px); */
        gap: 10px;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .card-extra-head .grid {
        /* grid-template-columns: 100%; */
    }

    .card-extra-head .grid-2,
    .card-extra-head .grid-3 {
        /* grid-template-columns: 100%; */
    }
}

@media screen and (max-width:1023px) {
    .card-extra-head .grid {
        /* grid-template-columns: 100%; */
    }
}

@media screen and (max-width:992px) {
    /* .card-extra-head .grid{
        grid-template-columns: 100%;
    }
    .card-extra-head .grid-2,
    .card-extra-head .grid-3{
        grid-template-columns: 100%;
    } */
    /*    .card-extra-head .grid-item {
        text-align: center;
    }*/

    .card-extra .extra-count-wrap {
        justify-content: center;
    }

    .rooms-wrap-card-body {
        grid-template-columns: 100%;
        gap: 10px;
    }

    .rooms-wrap .card-footer .price {
        width: 100%;
    }

    .cart-extra-grid {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width:768px) {
    .booking-cover-img .star {
        bottom: 0;
        right: 0;
        top: auto;
    }

    .rooms-wrap .card .card-grid {
        grid-template-columns: 100%;
    }

    .booking-tab-content {
        padding: 20px 10px;
    }

    .booking-reservation-wrapper > .container-fluid {
        padding: 0;
    }

    .card-extra-head .grid {
        grid-template-columns: 100%;
    }

    .card-extra-head .grid-2,
    .card-extra-head .grid-3 {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width:576px) {
    .booking-reservation-main {
        grid-template-columns: 100%;
        gap: 10px;
    }

    .card-extra-head .grid-item {
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
        gap: 10px;
    }

    .card-extra-head .grid-2 {
        grid-template-columns: 100%;
    }

        .card-extra-head .grid-2 .grid-item {
            grid-template-columns: 100%;
        }

    .card-extra-head .grid-3 .grid-item {
        grid-template-columns: 100%;
    }

    .card-extra-head .grid-3 {
        gap: 0;
    }
}

.rooms-wrap .card-extra .card-grid {
    display: grid;
    align-items: end;
    /*    grid-template-columns: calc(50% - 5px) calc(50% - 5px);*/
    grid-template-columns: calc(33% - 5px) calc(33% - 5px) calc(33% - 0px);
    gap: 10px;
}

    .rooms-wrap .card-extra .card-grid label {
        font-size: 14px;
        line-height: 20px;
    }

.rooms-wrap .card-grid-item.label-grid-item {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}

.rooms-wrap .label-grid-item-wrap input[type="checkbox"] {
    margin-right: 4px;
}
/* .rooms-wrap .card-grid-item.label-grid-item{
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
} */
.rooms-wrap .label-grid-item-wrap label {
    line-height: 20px;
}
/* .counts-smk-grid-item{
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
} */

.rooms-wrap .smk-wrap label {
    line-height: 20px;
    font-size: 14px;
}

.rooms-wrap .smk-wrap select {
    margin: 15px 0px;
    height: 40px;
    width: 100%;
    border: 1px solid rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    border-radius: 0;
    padding: 5px 10px;
    transform: translateY(-1px);
}

.persons-counts-wrapper label {
    font-size: 14px;
    display: block;
    line-height: 20px;
}

.persons-counts-wrap {
    height: 40px;
    margin: 15px 0;
    border: 1px dashed #cecece;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.persons-counts-wrap-span {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    display: block;
}

.persons-counts-wrap .extra-count-wrap {
    justify-content: center;
}

.persons-counts-wrap:hover,
.persons-counts-wrap:focus {
    border-style: dotted;
    transition: 0.8s ease;
    background-color: #f4f4f4;
}

.persons-counts-wrap .persons-counts-wrap-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    background-color: white;
    border: 1px solid #cecece;
    box-shadow: 1px 5px 5px #cecece;
    padding: 15px;
    display: none;
}

.p-counts-wrap label i {
    margin-right: 4px;
    width: 20px;
}

.p-counts-wrap {
    display: grid;
    grid-template-columns: calc(50% - 3px) calc(50% - 3px);
    gap: 6px;
    margin-bottom: 20px;
    align-items: center;
}

.p-counts-wrap-extra {
    margin: 10px 0;
    text-align: center;
}

    .p-counts-wrap-extra select {
        height: 30px;
        width: 130px;
        margin: 0 auto;
        outline: none;
        border: 1px solid #cecece;
        font-size: 14px;
        padding: 5px;
    }

.persons-counts-wrap.active .persons-counts-wrap-dropdown {
    display: block;
    z-index: 4;
}

    .persons-counts-wrap.active .persons-counts-wrap-dropdown * {
        z-index: 4;
    }

@media screen and (max-width:1119px) {
}

@media screen and (max-width:991px) {
}

@media screen and (max-width:767px) {
    .rooms-wrap .card-extra .card-grid {
        grid-template-columns: 100%;
    }

    .persons-counts-wrap .persons-counts-wrap-dropdown {
        right: 0;
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .card-extra-head .grid-1 {
        grid-template-columns: 100%;
    }
}








.booking-tour-wrapper {
    margin: 20px 0;
}

.booking-tour-main-filter {
    margin-bottom: 50px;
}

    .booking-tour-main-filter .grid {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        width: 500px;
        gap: 20px;
    }

    .booking-tour-main-filter .filter-box {
        padding: 20px;
        margin: 0 auto;
        background-color: var(--site-blue);
        color: white;
        text-align: center;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .booking-tour-main-filter .grid-item {
        padding: 0;
    }

    .booking-tour-main-filter .filter-box i {
        font-size: 14px;
        margin-right: 5px;
    }

    .booking-tour-main-filter .filter-box select {
        margin: 5px 0;
        padding: 5px 15px;
        border: 1px solid #bfbfbf;
        width: 100%;
        outline: none;
        font-size: 13px;
        border-radius: 0;
        height: 40px;
    }

    .booking-tour-main-filter .filter-box h5 {
        margin: 0;
    }

    .booking-tour-main-filter .filter-box {
        font-size: 14px;
    }

.booking-tour-main .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(1);
    transition: all .3s ease;
}

    .booking-tour-main .panel-default > .panel-heading:hover {
        transform: scale(1.02);
        transition: all .3s ease;
    }

    .booking-tour-main .panel-default > .panel-heading button.is-parent {
        background-color: #1e3555ad;
        color: #FFF;
    }

    .booking-tour-main .panel-default > .panel-heading button.is-parent-in-basket {
        color: #FFF;
    }

    .booking-tour-main .panel-default > .panel-heading.active button {
        background-color: rgb(41 59 82);
        color: #FFF;
    }

    .booking-tour-main .panel-default > .panel-heading ~ .tour-info-extra {
        max-height: 0;
        margin-top: 10px;
        overflow: hidden;
        transition: all 0.6s ease-in-out;
    }

    .booking-tour-main .panel-default > .panel-heading.active ~ .tour-info-extra {
        margin-top: 20px;
        max-height: 2000px;
        transition: all 0.6s ease-in-out;
    }

    .booking-tour-main .panel-default > .panel-heading.active ~ .tour-info-extra {
        margin-bottom: 20px
    }

    .booking-tour-main .panel-default > .panel-heading button {
        display: block;
        padding: 20px 15px;
        background-color: #39557b;
        border: 1px dashed var(--site-blue);
        border-radius: 5px;
        font-size: 20px;
        color: #FFF;
        width: 100%;
        transition: 0.4s all ease;
    }

        .booking-tour-main .panel-default > .panel-heading button:hover {
            background-color: rgb(41 59 82);
            transition: 0.4s all ease;
        }

        .booking-tour-main .panel-default > .panel-heading button:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

.booking-tour-main .panel-default .panel-collapse.collapse.show .b-tour-collapse-body {
    overflow: visible;
    margin-bottom: 20px;
}

.tour-item {
    border-radius: 13px;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}

@media screen and (max-width:768px) {
    .booking-tour-main-filter .filter-box {
        flex-direction: column;
    }

    .booking-tour-main-filter .grid {
        margin-top: 30px;
        grid-template-columns: 100%;
        width: 100%;
        gap: 0;
    }
}

.tour-info-btn {
    font-size: 16px;
    padding: 6px 0;
    border: 1px solid transparent;
    background-color: #03396C;
    display: inline-flex;
    position: relative;
    padding-left: 60px;
    padding-right: 40px;
    cursor: pointer;
    height: 42px;
    color: white;
    border-radius: 40px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

    .tour-info-btn i {
        color: #03396C;
        font-size: 25px;
    }

    .tour-info-btn:hover {
        color: white;
    }

        .tour-info-btn:hover span {
            transition: all 0.3s ease;
            left: -5px;
        }

    .tour-info-btn span {
        position: absolute;
        left: -2px;
        top: -2px;
        transition: all 0.3s ease;
        bottom: -2px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    }

.booking-tour-main .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: var(--site-blue);
    border: 1px dashed white;
    color: white;
    border-radius: 5px;
    font-size: 20px;
}

    .booking-tour-main .panel-default > .panel-heading a[aria-expanded="true"]:after {
        content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.booking-tour-main .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-tour-collapse-body {
    width: 100%;
    display: grid;
    grid-template-columns: 200px 350px calc(100% - 570px);
    gap: 10px;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}

    .b-tour-collapse-body .img img {
        width: 100%;
    }

    .b-tour-collapse-body .content {
    }

        .b-tour-collapse-body .content ul {
            padding-left: 10px;
        }

            .b-tour-collapse-body .content ul li {
                display: flex;
                font-size: 14px;
                line-height: 25px;
            }

                .b-tour-collapse-body .content ul li i {
                    margin-right: 10px;
                    line-height: 18px;
                }

                    .b-tour-collapse-body .content ul li i::before {
                        line-height: 18px;
                    }

    .b-tour-collapse-body .order {
    }

    .b-tour-collapse-body .order-title {
        text-align: center;
    }

    .b-tour-collapse-body .box {
        margin: 15px 0;
        text-align: center;
        position: relative
    }

        .b-tour-collapse-body .box h6 i {
            font-size: 14px;
            margin-right: 10px;
        }

        .b-tour-collapse-body .box h6 {
            text-align: left;
        }

        .b-tour-collapse-body .box select {
            border-radius: 0 !important;
        }

    .b-tour-collapse-body .order-grid {
        display: grid;
        grid-template-columns: calc(60% - 5px) calc(40% - 5px);
        gap: 10px;
    }

.grid-item-grid {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
}

.grid-item-grid-full {
    grid-template-columns: 100%;
}

.b-tour-collapse-body input,
.b-tour-collapse-body select {
    margin: 15px 0px;
    height: 40px;
    width: 100%;
    border: 1px solid rgb(191, 191, 191);
    border-radius: 0 !important;
    outline: none;
    font-size: 13px !important;
    padding: 5px 10px;
    display: block;
}

.b-tour-collapse-body .tour-pax-count {
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #fff5f5;
    font-size: 12px;
    bottom: -20px;
    color: #e92929;
    border-left: 2px dashed #e92929;
}

.b-tour-collapse-body .count-input-wrap {
    padding: 0;
    margin: 15px 0;
    padding: 5px 10px;
}

.b-tour-collapse-body .persons-counts-wrap {
    margin: 15px 0;
}

.b-tour-collapse-body .extra-count-wrap input {
    width: 50px;
    text-align: center;
    height: 30px;
    border: 1px dashed rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    margin: 0;
}

.b-tour-collapse-body .reservation-count-wrap {
    display: inline-block;
    margin: 0 auto;
}

.b-tour-collapse-body .p-counts-wrap-extra select {
    height: 30px;
    width: 130px;
    margin: 0px auto;
    outline: none;
    border: 1px solid rgb(206, 206, 206);
    font-size: 14px;
    padding: 5px;
}

.order-textarea-wrap {
    margin-top: 10px;
}

    .order-textarea-wrap textarea {
        min-height: 100px;
        max-height: 200px;
        width: 100%;
        outline: none;
        border: 1px dashed #cecece;
        font-size: 14px;
        padding: 20px;
        margin: 15px 0;
    }

.order-add-btn-wrap button {
    font-size: 14px;
    padding: 5px 50px;
    border: none;
    border-radius: 3px;
    outline: none;
    background-color: var(--site-blue);
    color: white;
}

    .order-add-btn-wrap button i {
        font-size: 14px;
        margin-right: 5px;
    }

.extra-age-box {
    padding: 10px;
    background-color: #ebebeb;
    border: 1px solid #f4f4f4;
}

@media screen and (max-width:1199px) {
    .booking-tour-main .order .grid-item-grid {
        grid-template-columns: 100%;
    }

    .b-tour-collapse-body .order-grid {
        grid-template-columns: 100%;
    }

    .b-tour-collapse-body .box {
        margin-bottom: 0;
    }

    .booking-tour-main .order .grid-item-grid {
        gap: 0;
    }
}

@media screen and (max-width:991px) {
    .b-tour-collapse-body,
    .booking-tour-main .order .grid-item-grid {
        grid-template-columns: calc(50% - 5px) calc(50% - 5px) !important;
        gap: 10px;
    }


        .b-tour-collapse-body .order {
            grid-column-start: 1;
            grid-column-end: 3;
        }

        /*    .booking-tour-main .order .grid-item-grid {
        grid-template-columns: 50% 50%;
    }*/

        .b-tour-collapse-body .order-title {
            margin-top: 20px;
        }
}

@media screen and (max-width:768px) {
    .b-tour-collapse-body {
        grid-template-columns: 100%;
        gap: 20px;
    }

        .b-tour-collapse-body .order {
            grid-column: auto;
        }

    .b-tour-collapse-body, .booking-tour-main .order .grid-item-grid {
        grid-template-columns: 100% !important;
    }

    .booking-tour-main-filter .grid-item {
        padding: 20px 0;
    }
}

@media screen and (max-width:576px) {
    .b-tour-collapse-body .order-grid {
        grid-template-columns: 100%;
    }

    .b-tour-items-panel .grid-item-grid {
        grid-template-columns: 100% !important;
    }

    .b-tour-collapse-body .box {
        margin-bottom: 0;
    }

    .booking-tour-main-filter .filter-box {
        width: 100%;
    }

    .booking-tour-main-filter .grid {
        grid-template-columns: 100%;
    }
}

/*.booking-transfer-wrapper {
    margin: 20px 0;
}

.booking-transfer-main-filter {
    margin-bottom: 50px;
}

    .booking-transfer-main-filter .grid {
        display: grid;
        grid-template-columns: 100%;
        width: 250px;
        gap: 20px;
    }

    .booking-transfer-main-filter .filter-box {
        padding: 20px;
        margin: 0 auto;
        background-color: var(--site-blue);
        color: white;
        text-align: center;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .booking-transfer-main-filter .grid-item {
        padding: 0;
    }

    .booking-transfer-main-filter .filter-box i {
        font-size: 14px;
        margin-right: 5px;
    }

    .booking-transfer-main-filter .filter-box select {
        margin: 5px 0;
        padding: 5px 15px;
        border: 1px solid #bfbfbf;
        width: 100%;
        outline: none;
        font-size: 13px;
        border-radius: 0;
        height: 40px;
    }

    .booking-transfer-main-filter .filter-box h5 {
        margin: 0;
    }

    .booking-transfer-main-filter .filter-box {
        font-size: 14px;
    }

.booking-transfer-main .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .booking-transfer-main .panel-default > .panel-heading button.is-parent {
        background-color: red;
        color: #000;
    }

    .booking-transfer-main .panel-default > .panel-heading.active button {
        background-color: #1a66e5;
        color: #FFF
    }

    .booking-transfer-main .panel-default > .panel-heading ~ .transfer-info-extra {
        max-height: 0;
        overflow: hidden;
        transition: all 0.6s ease-in-out;
    }

    .booking-transfer-main .panel-default > .panel-heading.active ~ .transfer-info-extra {
        max-height: 2000px;
        transition: all 0.6s ease-in-out;
    }

    .booking-transfer-main .panel-default > .panel-heading.active ~ .transfer-info-extra {
        margin-bottom: 15px
    }

    .booking-transfer-main .panel-default > .panel-heading button {
        display: block;
        padding: 20px 15px;
        background-color: #bfbfbf;
        border: 1px dashed var(--site-blue);
        border-radius: 5px;
        font-size: 20px;
        width: 100%;
    }

        .booking-transfer-main .panel-default > .panel-heading button:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

.booking-transfer-main .panel-default .panel-collapse.collapse.show .b-transfer-collapse-body {
    overflow: visible;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .booking-transfer-main-filter .filter-box {
        flex-direction: column;
    }

    .booking-transfer-main-filter .grid {
        margin-top: 30px;
        grid-template-columns: 100%;
        width: 100%;
        gap: 0;
    }
}

.transfer-info-btn {
    font-size: 16px;
    padding: 6px 0;
    border: 1px solid transparent;
    background-color: #1a66e5;
    display: inline-flex;
    position: relative;
    padding-left: 60px;
    padding-right: 40px;
    cursor: pointer;
    height: 42px;
    color: white;
    border-radius: 40px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

    .transfer-info-btn i {
        color: #1a66e5;
        font-size: 25px;
    }

    .transfer-info-btn:hover {
        color: white;
    }

        .transfer-info-btn:hover span {
            transition: all 0.3s ease;
            left: -5px;
        }

    .transfer-info-btn span {
        position: absolute;
        left: -2px;
        top: -2px;
        transition: all 0.3s ease;
        bottom: -2px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    }

.booking-transfer-main .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: var(--site-blue);
    border: 1px dashed white;
    color: white;
    border-radius: 5px;
    font-size: 20px;
}

    .booking-transfer-main .panel-default > .panel-heading a[aria-expanded="true"]:after {
        content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.booking-transfer-main .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-transfer-collapse-body {
    width: 100%;
    display: grid;
    grid-template-columns: 200px 350px calc(100% - 570px);
    gap: 10px;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}

    .b-transfer-collapse-body .img img {
        width: 100%;
    }

    .b-transfer-collapse-body .content {
    }

        .b-transfer-collapse-body .content ul {
            padding-left: 10px;
        }

            .b-transfer-collapse-body .content ul li {
                display: flex;
                font-size: 14px;
                line-height: 25px;
            }

                .b-transfer-collapse-body .content ul li i {
                    margin-right: 10px;
                    line-height: 18px;
                }

                    .b-transfer-collapse-body .content ul li i::before {
                        line-height: 18px;
                    }

    .b-transfer-collapse-body .order {
    }

    .b-transfer-collapse-body .order-title {
        text-align: center;
    }

    .b-transfer-collapse-body .box {
        margin: 15px 0;
        text-align: center;
        position: relative
    }

        .b-transfer-collapse-body .box h6 i {
            font-size: 14px;
            margin-right: 10px;
        }

        .b-transfer-collapse-body .box h6 {
            text-align: left;
        }

        .b-transfer-collapse-body .box select {
            border-radius: 0 !important;
        }

    .b-transfer-collapse-body .order-grid {
        display: grid;
        grid-template-columns: calc(60% - 5px) calc(40% - 5px);
        gap: 10px;
    }

.grid-item-grid {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
}

.grid-item-grid-full {
    grid-template-columns: 100%;
}

.b-transfer-collapse-body input,
.b-transfer-collapse-body select {
    margin: 15px 0px;
    height: 40px;
    width: 100%;
    border: 1px solid rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    padding: 5px 10px;
    display: block;
}

.b-transfer-collapse-body .transfer-pax-count {
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #fff5f5;
    font-size: 12px;
    bottom: -20px;
    color: #e92929;
    border-left: 2px dashed #e92929;
}

.b-transfer-collapse-body .count-input-wrap {
    padding: 0;
    margin: 15px 0;
    padding: 5px 10px;
}

.b-transfer-collapse-body .persons-counts-wrap {
    margin: 15px 0;
}

.b-transfer-collapse-body .extra-count-wrap input {
    width: 50px;
    text-align: center;
    height: 30px;
    border: 1px dashed rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    margin: 0;
}

.b-transfer-collapse-body .reservation-count-wrap {
    display: inline-block;
    margin: 0 auto;
}

.b-transfer-collapse-body .p-counts-wrap-extra select {
    height: 30px;
    width: 130px;
    margin: 0px auto;
    outline: none;
    border: 1px solid rgb(206, 206, 206);
    font-size: 14px;
    padding: 5px;
}

.order-textarea-wrap {
    margin-top: 10px;
}

    .order-textarea-wrap textarea {
        min-height: 100px;
        max-height: 200px;
        width: 100%;
        outline: none;
        border: 1px dashed #cecece;
        font-size: 14px;
        padding: 20px;
        margin: 15px 0;
    }

.order-add-btn-wrap button {
    font-size: 14px;
    padding: 5px 50px;
    border: none;
    border-radius: 3px;
    outline: none;
    background-color: var(--site-blue);
    color: white;
}

    .order-add-btn-wrap button i {
        font-size: 14px;
        margin-right: 5px;
    }

.extra-age-box {
    padding: 10px;
    background-color: #ebebeb;
    border: 1px solid #f4f4f4;
}

@media screen and (max-width:1199px) {
    .booking-transfer-main .order .grid-item-grid {
        grid-template-columns: 100%;
    }

    .b-transfer-collapse-body .order-grid {
        grid-template-columns: 100%;
    }

    .b-transfer-collapse-body .box {
        margin-bottom: 0;
    }

    .booking-transfer-main .order .grid-item-grid {
        gap: 0;
    }
}

@media screen and (max-width:991px) {
    .b-transfer-collapse-body,
    .booking-transfer-main .order .grid-item-grid {
        grid-template-columns: calc(50% - 5px) calc(50% - 5px) !important;
        gap: 10px;
    }


        .b-transfer-collapse-body .order {
            grid-column-start: 1;
            grid-column-end: 3;
        }*/

/*    .booking-transfer-main .order .grid-item-grid {
        grid-template-columns: 50% 50%;
    }*/

/*.b-transfer-collapse-body .order-title {
            margin-top: 20px;
        }
}

@media screen and (max-width:768px) {
    .b-transfer-collapse-body {
        grid-template-columns: 100%;
        gap: 20px;
    }

        .b-transfer-collapse-body .order {
            grid-column: auto;
        }

    .b-transfer-collapse-body, .booking-transfer-main .order .grid-item-grid {
        grid-template-columns: 100% !important;
    }

    .booking-transfer-main-filter .grid-item {
        padding: 20px 0;
    }
}

@media screen and (max-width:576px) {
    .b-transfer-collapse-body .order-grid {
        grid-template-columns: 100%;
    }

    .b-transfer-items-panel .grid-item-grid {
        grid-template-columns: 100% !important;
    }

    .b-transfer-collapse-body .box {
        margin-bottom: 0;
    }

    .booking-transfer-main-filter .filter-box {
        width: 100%;
    }

    .booking-transfer-main-filter .grid {
        grid-template-columns: 100%;
    }
}*/


/* Transfer */

.booking-transfer-wrapper {
    margin: 20px 0;
    min-height: 500px;
}

.booking-transfer-main-filter {
    margin-bottom: 50px;
}
    
    .booking-transfer-main-filter .grid-5-1 {
        display: grid;
        grid-template-columns: 25% 25% 22% 6% 22%;
    }

    .booking-transfer-main-filter .grid-5-2 {
        display: grid;
        grid-template-columns: 25% 25% 16% 18% 16%;
    }

    .booking-transfer-main-filter .filter-box {
        font-size: 15px;
        padding: 20px;
        background-color: var(--site-blue);
        color: white;
        text-align: center;
        border-radius: 5px;
    }

    .booking-transfer-main-filter .grid-item {
        padding: 5px 10px;
    }

    .booking-transfer-main-filter .filter-box i {
        font-size: 15px;
        margin-right: 5px;
    }


    .booking-transfer-main-filter .filter-box select {
        margin: 5px 0;
        padding: 5px 15px;
        border: 1px solid #bfbfbf;
        width: 100%;
        outline: none;
        font-size: 13px;
        border-radius: 0;
        height: 40px;
    }

    .booking-transfer-main-filter .filter-box input {
        margin: 5px 0;
        padding: 5px 10px;
        border: 1px solid #bfbfbf;
        width: 100%;
        outline: none;
        font-size: 13px;
        border-radius: 0;
        height: 40px;
    }

    .booking-transfer-main-filter .filter-box button {
        width: 100%;
        height: 40px;
    }

    .booking-transfer-main-filter .filter-box .transfer-change-location {
        padding: 5px 0px;
        height: 40px;
        font-size: 30px;
        cursor: pointer;
        transition: transform 0.5s ease-in-out, color 0.3s ease-in-out;
    }
    
    .booking-transfer-main-filter .filter-box .transfer-change-location:hover {
        color: #bfbfbf;
    }

    .booking-transfer-main-filter .filter-box h5 {
        margin: 0;
    }
    .booking-transfer-main-filter .filter-box h6 {
        height: 20px;
    }


.booking-transfer-main .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .booking-transfer-main .panel-default > .panel-heading button.is-parent {
        background-color: red;
        color: #000;
    }

    .booking-transfer-main .panel-default > .panel-heading.active button {
        background-color: #03396C;
        color: #FFF
    }

    .booking-transfer-main .panel-default > .panel-heading ~ .transfer-info-extra {
        max-height: 0;
        overflow: hidden;
        transition: all 0.6s ease-in-out;
    }

    .booking-transfer-main .panel-default > .panel-heading.active ~ .transfer-info-extra {
        max-height: 2000px;
        transition: all 0.6s ease-in-out;
    }

    .booking-transfer-main .panel-default > .panel-heading.active ~ .transfer-info-extra {
        margin-bottom: 15px
    }

    .booking-transfer-main .panel-default > .panel-heading button {
        display: block;
        padding: 20px 15px;
        background-color: #bfbfbf;
        border: 1px dashed var(--site-blue);
        border-radius: 5px;
        font-size: 20px;
        width: 100%;
    }

        .booking-transfer-main .panel-default > .panel-heading button:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

.booking-transfer-main .panel-default .panel-collapse.collapse.show .b-transfer-collapse-body {
    overflow: visible;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .booking-transfer-main-filter .filter-box {
        flex-direction: column;
    }

    .booking-transfer-main-filter .grid {
        margin-top: 30px;
        grid-template-columns: 100%;
        width: 100%;
        gap: 0;
    }
}

.transfer-info-btn {
    font-size: 16px;
    padding: 6px 0;
    border: 1px solid transparent;
    background-color: #03396C;
    display: inline-flex;
    position: relative;
    padding-left: 60px;
    padding-right: 40px;
    cursor: pointer;
    height: 42px;
    color: white;
    border-radius: 40px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

    .transfer-info-btn i {
        color: #03396C;
        font-size: 25px;
    }

    .transfer-info-btn:hover {
        color: white;
    }

        .transfer-info-btn:hover span {
            transition: all 0.3s ease;
            left: -5px;
        }

    .transfer-info-btn span {
        position: absolute;
        left: -2px;
        top: -2px;
        transition: all 0.3s ease;
        bottom: -2px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    }

.booking-transfer-main .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: var(--site-blue);
    border: 1px dashed white;
    color: white;
    border-radius: 5px;
    font-size: 20px;
}

    .booking-transfer-main .panel-default > .panel-heading a[aria-expanded="true"]:after {
        content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.booking-transfer-main .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-transfer-collapse-body {
    width: 100%;
    display: grid;
    grid-template-columns: 200px 350px calc(100% - 570px);
    gap: 10px;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}

    .b-transfer-collapse-body .img img {
        width: 100%;
    }

    .b-transfer-collapse-body .content {
    }

        .b-transfer-collapse-body .content ul {
            padding-left: 10px;
        }

            .b-transfer-collapse-body .content ul li {
                display: flex;
                font-size: 14px;
                line-height: 25px;
            }

                .b-transfer-collapse-body .content ul li i {
                    margin-right: 10px;
                    line-height: 18px;
                }

                    .b-transfer-collapse-body .content ul li i::before {
                        line-height: 18px;
                    }

    .b-transfer-collapse-body .order {
    }

    .b-transfer-collapse-body .order-title {
        text-align: center;
    }

    .b-transfer-collapse-body .box {
        margin: 15px 0;
        text-align: center;
        position: relative
    }

        .b-transfer-collapse-body .box h6 i {
            font-size: 14px;
            margin-right: 10px;
        }

        .b-transfer-collapse-body .box h6 {
            text-align: left;
        }

        .b-transfer-collapse-body .box select {
            border-radius: 0 !important;
        }

    .b-transfer-collapse-body .order-grid {
        display: grid;
        grid-template-columns: calc(60% - 5px) calc(40% - 5px);
        gap: 10px;
    }

.grid-item-grid {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
}

.grid-item-grid-full {
    grid-template-columns: 100%;
}

.b-transfer-collapse-body input,
.b-transfer-collapse-body select {
    margin: 15px 0px;
    height: 40px;
    width: 100%;
    border: 1px solid rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    padding: 5px 10px;
    display: block;
}

.b-transfer-collapse-body .transfer-pax-count {
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #fff5f5;
    font-size: 12px;
    bottom: -20px;
    color: #e92929;
    border-left: 2px dashed #e92929;
}

.b-transfer-collapse-body .count-input-wrap {
    padding: 0;
    margin: 15px 0;
    padding: 5px 10px;
}

.b-transfer-collapse-body .persons-counts-wrap {
    margin: 15px 0;
}

.b-transfer-collapse-body .extra-count-wrap input {
    width: 50px;
    text-align: center;
    height: 30px;
    border: 1px dashed rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    margin: 0;
}

.b-transfer-collapse-body .reservation-count-wrap {
    display: inline-block;
    margin: 0 auto;
}

.b-transfer-collapse-body .p-counts-wrap-extra select {
    height: 30px;
    width: 130px;
    margin: 0px auto;
    outline: none;
    border: 1px solid rgb(206, 206, 206);
    font-size: 14px;
    padding: 5px;
}

.order-textarea-wrap {
    margin-top: 10px;
}

    .order-textarea-wrap textarea {
        min-height: 100px;
        max-height: 200px;
        width: 100%;
        outline: none;
        border: 1px dashed #cecece;
        font-size: 14px;
        padding: 20px;
        margin: 15px 0;
    }

.order-add-btn-wrap button {
    font-size: 14px;
    padding: 5px 50px;
    border: none;
    border-radius: 3px;
    outline: none;
    background-color: var(--site-blue);
    color: white;
}

    .order-add-btn-wrap button i {
        font-size: 14px;
        margin-right: 5px;
    }

.extra-age-box {
    padding: 10px;
    background-color: #ebebeb;
    border: 1px solid #f4f4f4;
}

@media screen and (max-width:1199px) {
    .booking-transfer-main .order .grid-item-grid {
        grid-template-columns: 100%;
    }

    .b-transfer-collapse-body .order-grid {
        grid-template-columns: 100%;
    }

    .b-transfer-collapse-body .box {
        margin-bottom: 0;
    }

    .booking-transfer-main .order .grid-item-grid {
        gap: 0;
    }
}

@media screen and (max-width:991px) {
    .b-transfer-collapse-body,
    .booking-transfer-main .order .grid-item-grid {
        grid-template-columns: calc(50% - 5px) calc(50% - 5px) !important;
        gap: 10px;
    }


        .b-transfer-collapse-body .order {
            grid-column-start: 1;
            grid-column-end: 3;
        }

        /*    .booking-transfer-main .order .grid-item-grid {
        grid-template-columns: 50% 50%;
    }*/

        .b-transfer-collapse-body .order-title {
            margin-top: 20px;
        }
}

@media screen and (max-width:768px) {
    .b-transfer-collapse-body {
        grid-template-columns: 100%;
        gap: 20px;
    }

        .b-transfer-collapse-body .order {
            grid-column: auto;
        }

    .b-transfer-collapse-body, .booking-transfer-main .order .grid-item-grid {
        grid-template-columns: 100% !important;
    }

    .booking-transfer-main-filter .grid-item {
        padding: 20px 0;
    }
}

@media screen and (max-width:576px) {
    .b-transfer-collapse-body .order-grid {
        grid-template-columns: 100%;
    }

    .b-transfer-items-panel .grid-item-grid {
        grid-template-columns: 100% !important;
    }

    .b-transfer-collapse-body .box {
        margin-bottom: 0;
    }

    .booking-transfer-main-filter .filter-box {
        width: 100%;
    }

    .booking-transfer-main-filter .grid {
        grid-template-columns: 100%;
    }
}


/* Transfer Item */

.transfer-item .content-star-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .transfer-item .content-star-title .star {
        width: 100px;
        text-align: right;
        margin-bottom: 10px;
    }

@media screen and (max-width:768px) {
    .transfer-item .content-star-title {
        display: block;
        flex-direction: column;
    }

        .transfer-item .content-star-title .star,
        .transfer-item .content-star-title .title {
            display: block;
            width: 100% !important;
        }

        .transfer-item .content-star-title .star {
            text-align: left;
        }
}

.transfer-item .content-star-title .title {
    width: calc(100% - 120px);
}

.transfer-item {
    border-radius: 13px;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    /*    transform:scale(1);*/
    /*    transition:all .1s ease;*/
}

    /*    .transfer-item:hover {
        position:relative;
        z-index:6;
        transform: scale(1.02);
        transition: all .3s ease;
    }*/

    .transfer-item .img {
        width: 380px;
        border-radius: 13px;
        overflow: hidden;
    }

        .transfer-item .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .transfer-item .content {
        width: calc(100% - 380px);
    }

    .transfer-item .content {
        padding: 20px;
        position: relative;
    }

        .transfer-item .content .title h4 {
            font-size: 20px;
            font-family: DmSansMedium;
            margin-bottom: 10px;
            word-wrap: break-word;
        }

        .transfer-item .content .text {
            padding: 10px 0;
            border-top: 1px solid #f1f1f1;
            border-bottom: 1px solid #f1f1f1;
        }

            .transfer-item .content .text p {
                font-size: 13px;
                line-height: 30px;
                font-family: DmSansRegular;
            }

    .transfer-item .result-buttons {
        padding: 10px 0;
    }

        .transfer-item .result-buttons button {
            display: inline-block;
            padding: 10px 20px;
            border-radius: 7px;
            color: white;
            font-size: 12px;
            font-family: DmSansMedium;
            transition: all 0.6s ease-in-out;
            border: 1px solid #808080;
        }

            .transfer-item .result-buttons button i {
                transition: 0.6s ease;
                -webkit-transition: 0.6s ease;
                -moz-transition: 0.6s ease;
                -ms-transition: 0.6s ease;
                -o-transition: 0.6s ease;
                margin-left: 5px;
                line-height: 12px;
            }

        .transfer-item .result-buttons a.showdetail {
            background: #28bdc3;
        }

            .transfer-item .result-buttons a.showdetail:hover {
                background: #1c7c80;
            }

        .transfer-item .result-buttons button.info {
            background: #f1f1f1;
            color: #333;
        }

        .transfer-item .result-buttons.active button {
            background-color: #0e3a84;
            color: white;
        }

            .transfer-item .result-buttons.active button i {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
            }

@media screen and (max-width:1200px) {


    .transfer-item .img {
        width: 100%;
    }

        .transfer-item .img img {
            aspect-ratio: 5/3;
        }

    .transfer-item .content {
        width: 100%;
    }
}

.transfer-item .content .text p {
    min-height: 135px;
}

@media screen and (max-width:991px) {
    .transfer-item {
        flex-direction: column;
    }

    .transfer-info-boxes {
        position: static !important;
    }

    .transfer-info-extra-card {
        position: relative;
    }

    .transfer-box-modal {
        left: 0;
        right: 0;
        width: auto;
    }
}

@media screen and (max-width:768px) {
    .transfer-item .content .text p {
        min-height: 50px
    }
}



/*Carousel Gallery*/
.transfer-item .carousel-gallery {
    /* margin: 50px 0; */
    /* padding: 0 30px; */
}

.transfer-item .swiper-slide a {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.transfer-item .carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}

.transfer-item .carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

    .transfer-item .carousel-gallery .swiper-slide a .image .overlay {
        width: 100%;
        height: 100%;
        background-color: rgba(20, 20, 20, 0.8);
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.booking-transfer-main .carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.booking-transfer-main .carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
}

    .booking-transfer-main .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .booking-transfer-main .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
            opacity: 0.7;
        }

        .booking-transfer-main .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #d63031;
            transform: scale(1.1, 1.1);
        }

/*# Carousel Gallery*/

.transfer-info-extra {
    display: none;
}

    .transfer-info-extra.open {
        display: block;
    }

.transfer-info-extra {
    padding: 20px 0;
}

.transfer-info-extra-card {
    display: flex;
}

.transfer-info-boxes {
    border: 1px solid rgb(241, 241, 241);
    cursor: pointer;
    position: relative;
}

/*    .transfer-info-boxes:hover {
        background-color: #f4f4f4;
    }*/

.arrival-box {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.departure-box {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.transfer-info-boxes .main-info {
    padding: 10px 15px;
}

.arrival-box .main-info.active {
    background-color: #03396C;
    color: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.departure-box .main-info.active {
    background-color: #03396C;
    color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .arrival-box .main-info.active label,
    .departure-box .main-info.active label {
        color: white;
    }

.transfer-info-boxes .main-info label {
    font-size: 13px;
    color: #6c6c6c;
    cursor: pointer;
    pointer-events: none;
}

    .transfer-info-boxes .main-info label i {
        margin-right: 10px;
    }

.transfer-info-boxes .main-info span {
    display: block;
    font-size: 14px;
    margin-top: 4px;
}

.arrival-box,
.departure-box {
    width: 50%;
}

.transfer-info-extra .add-box {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    height: 40px;
    border-radius: 5px;
}

    .transfer-info-extra .add-box button {
        width: 100%;
        border: none;
        outline: none;
        height: 100%;
        /*        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;*/
        background-color: #0a2757;
        color: white;
        border-radius: 5px;
    }



        .transfer-info-extra .add-box button:hover {
            background-color: #202557;
        }

.transfer-box-modal {
    position: absolute;
    top: 100%;
    background-color: #03396C;
    right: 0;
    width: 500px;
    border-radius: 10px;
    border: 1px solid rgb(241, 241, 241);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    display: none;
    z-index: 2;
}

    .transfer-box-modal.open {
        display: block;
    }

    .transfer-box-modal .grid-2 {
        display: grid;
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
        gap: 10px;
        margin-bottom: 10px;
    }

    .transfer-box-modal .grid-1 {
        display: grid;
        grid-template-columns: 100%;
    }

    .transfer-box-modal .grid-2 .item > input,
    .transfer-box-modal .grid-2 .item > select {
        border-radius: 0px;
        width: 100%;
        height: 40px;
        width: 100%;
        border: 1px solid #bfbfbf;
        outline: none;
        font-size: 13px;
        padding: 5px 10px;
    }

    .transfer-box-modal .persons-counts-wrap {
        margin: 0;
        background-color: white;
    }

    .transfer-box-modal .grid-1 .item > input {
        width: 100%;
        min-height: 40px;
        max-height: 160px;
        width: 100%;
        border: 1px solid #bfbfbf;
        outline: none;
        font-size: 13px;
        padding: 5px 10px;
    }

    .transfer-box-modal .grid-1 textarea {
        width: 100%;
        min-height: 60px;
        max-height: 160px;
        width: 100%;
        border: 1px solid #bfbfbf;
        outline: none;
        font-size: 13px;
        padding: 5px 10px;
        margin-top: 10px;
    }

@media screen and (max-width:767px) {
    .transfer-info-boxes .main-info {
        padding: 10px 0;
        text-align: center;
    }

    .transfer-box-modal .grid-2 {
        position: relative;
    }

    .transfer-box-modal .persons-counts-wrap {
        position: static !important;
    }
}

@media screen and (max-width:576px) {
    .transfer-item .content {
        padding: 20px 10px;
    }

    .transfer-info-boxes .main-info span,
    .transfer-info-boxes .main-info label {
        font-size: 11px;
    }

    .transfer-info-extra .add-box button {
        font-size: 11px;
    }

    .transfer-info-boxes .main-info {
        padding: 5px 0;
    }

    .transfer-box-modal .grid-2 {
        grid-template-columns: 100%;
    }

    .transfer-box-modal {
        left: 0;
        right: 0;
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .transfer-info-boxes .p-counts-wrap {
        grid-template-columns: 100%;
    }

        .transfer-info-boxes .p-counts-wrap label {
            text-align: center;
        }

    .transfer-info-boxes .p-counts-wrap-extra {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.booking-rent-wrapper {
    margin: 20px 0;
    min-height: 500px;
}

.booking-rent-main-filter {
    margin-bottom: 50px;
}


    .booking-rent-main-filter .filter-box {
        padding: 20px;
        margin: 20 auto;
        background-color: var(--site-blue);
        color: white;
        text-align: center;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .booking-rent-main-filter .grid-item {
        padding: 0;
    }

    .booking-rent-main-filter .filter-box i {
        font-size: 14px;
        margin-right: 5px;
    }

    .booking-rent-main-filter .filter-box select {
        margin: 5px 0;
        padding: 5px 15px;
        border: 1px solid #bfbfbf;
        width: 100%;
        outline: none;
        font-size: 13px;
        border-radius: 0;
        height: 40px;
    }

    .booking-rent-main-filter .filter-box h5 {
        margin: 0;
    }

    .booking-rent-main-filter .filter-box {
        font-size: 14px;
    }

.booking-rent-main .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .booking-rent-main .panel-default > .panel-heading button.is-parent {
        background-color: red;
        color: #000;
    }

    .booking-rent-main .panel-default > .panel-heading.active button {
        background-color: #03396C;
        color: #FFF
    }

    .booking-rent-main .panel-default > .panel-heading ~ .rent-info-extra {
        max-height: 0;
        overflow: hidden;
        transition: all 0.6s ease-in-out;
    }

    .booking-rent-main .panel-default > .panel-heading.active ~ .rent-info-extra {
        max-height: 2000px;
        transition: all 0.6s ease-in-out;
    }

    .booking-rent-main .panel-default > .panel-heading.active ~ .rent-info-extra {
        margin-bottom: 15px
    }

    .booking-rent-main .panel-default > .panel-heading button {
        display: block;
        padding: 20px 15px;
        background-color: #bfbfbf;
        border: 1px dashed var(--site-blue);
        border-radius: 5px;
        font-size: 20px;
        width: 100%;
    }

        .booking-rent-main .panel-default > .panel-heading button:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

.booking-rent-main .panel-default .panel-collapse.collapse.show .b-rent-collapse-body {
    overflow: visible;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .booking-rent-main-filter .filter-box {
        flex-direction: column;
    }

    .booking-rent-main-filter .grid {
        margin-top: 30px;
        grid-template-columns: 100%;
        width: 100%;
        gap: 0;
    }
}

.rent-info-btn {
    font-size: 16px;
    padding: 6px 0;
    border: 1px solid transparent;
    background-color: #03396C;
    display: inline-flex;
    position: relative;
    padding-left: 60px;
    padding-right: 40px;
    cursor: pointer;
    height: 42px;
    color: white;
    border-radius: 40px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

    .rent-info-btn i {
        color: #03396C;
        font-size: 25px;
    }

    .rent-info-btn:hover {
        color: white;
    }

        .rent-info-btn:hover span {
            transition: all 0.3s ease;
            left: -5px;
        }

    .rent-info-btn span {
        position: absolute;
        left: -2px;
        top: -2px;
        transition: all 0.3s ease;
        bottom: -2px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    }

.booking-rent-main .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: var(--site-blue);
    border: 1px dashed white;
    color: white;
    border-radius: 5px;
    font-size: 20px;
}

    .booking-rent-main .panel-default > .panel-heading a[aria-expanded="true"]:after {
        content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.booking-rent-main .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.b-rent-collapse-body {
    width: 100%;
    display: grid;
    grid-template-columns: 200px 350px calc(100% - 570px);
    gap: 10px;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}

    .b-rent-collapse-body .img img {
        width: 100%;
    }

    .b-rent-collapse-body .content {
    }

        .b-rent-collapse-body .content ul {
            padding-left: 10px;
        }

            .b-rent-collapse-body .content ul li {
                display: flex;
                font-size: 14px;
                line-height: 25px;
            }

                .b-rent-collapse-body .content ul li i {
                    margin-right: 10px;
                    line-height: 18px;
                }

                    .b-rent-collapse-body .content ul li i::before {
                        line-height: 18px;
                    }

    .b-rent-collapse-body .order {
    }

    .b-rent-collapse-body .order-title {
        text-align: center;
    }

    .b-rent-collapse-body .box {
        margin: 15px 0;
        text-align: center;
        position: relative
    }

        .b-rent-collapse-body .box h6 i {
            font-size: 14px;
            margin-right: 10px;
        }

        .b-rent-collapse-body .box h6 {
            text-align: left;
        }

        .b-rent-collapse-body .box select {
            border-radius: 0 !important;
        }

    .b-rent-collapse-body .order-grid {
        display: grid;
        grid-template-columns: calc(60% - 5px) calc(40% - 5px);
        gap: 10px;
    }

.grid-item-grid {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
}

.grid-item-grid-full {
    grid-template-columns: 100%;
}

.b-rent-collapse-body input,
.b-rent-collapse-body select {
    margin: 15px 0px;
    height: 40px;
    width: 100%;
    border: 1px solid rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    padding: 5px 10px;
    display: block;
}

.b-rent-collapse-body .rent-pax-count {
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #fff5f5;
    font-size: 12px;
    bottom: -20px;
    color: #e92929;
    border-left: 2px dashed #e92929;
}

.b-rent-collapse-body .count-input-wrap {
    padding: 0;
    margin: 15px 0;
    padding: 5px 10px;
}

.b-rent-collapse-body .persons-counts-wrap {
    margin: 15px 0;
}

.b-rent-collapse-body .extra-count-wrap input {
    width: 50px;
    text-align: center;
    height: 30px;
    border: 1px dashed rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    margin: 0;
}

.b-rent-collapse-body .reservation-count-wrap {
    display: inline-block;
    margin: 0 auto;
}

.b-rent-collapse-body .p-counts-wrap-extra select {
    height: 30px;
    width: 130px;
    margin: 0px auto;
    outline: none;
    border: 1px solid rgb(206, 206, 206);
    font-size: 14px;
    padding: 5px;
}

.order-textarea-wrap {
    margin-top: 10px;
}

    .order-textarea-wrap textarea {
        min-height: 100px;
        max-height: 200px;
        width: 100%;
        outline: none;
        border: 1px dashed #cecece;
        font-size: 14px;
        padding: 20px;
        margin: 15px 0;
    }

.order-add-btn-wrap button {
    font-size: 14px;
    padding: 5px 50px;
    border: none;
    border-radius: 3px;
    outline: none;
    background-color: var(--site-blue);
    color: white;
}

    .order-add-btn-wrap button i {
        font-size: 14px;
        margin-right: 5px;
    }

.extra-age-box {
    padding: 10px;
    background-color: #ebebeb;
    border: 1px solid #f4f4f4;
}

@media screen and (max-width:1199px) {
    .booking-rent-main .order .grid-item-grid {
        grid-template-columns: 100%;
    }

    .b-rent-collapse-body .order-grid {
        grid-template-columns: 100%;
    }

    .b-rent-collapse-body .box {
        margin-bottom: 0;
    }

    .booking-rent-main .order .grid-item-grid {
        gap: 0;
    }
}

@media screen and (max-width:991px) {
    .b-rent-collapse-body,
    .booking-rent-main .order .grid-item-grid {
        grid-template-columns: calc(50% - 5px) calc(50% - 5px) !important;
        gap: 10px;
    }


        .b-rent-collapse-body .order {
            grid-column-start: 1;
            grid-column-end: 3;
        }

        /*    .booking-rent-main .order .grid-item-grid {
        grid-template-columns: 50% 50%;
    }*/

        .b-rent-collapse-body .order-title {
            margin-top: 20px;
        }
}

@media screen and (max-width:768px) {
    .b-rent-collapse-body {
        grid-template-columns: 100%;
        gap: 20px;
    }

        .b-rent-collapse-body .order {
            grid-column: auto;
        }

    .b-rent-collapse-body, .booking-rent-main .order .grid-item-grid {
        grid-template-columns: 100% !important;
    }

    .booking-rent-main-filter .grid-item {
        padding: 20px 0;
    }
}

@media screen and (max-width:576px) {
    .b-rent-collapse-body .order-grid {
        grid-template-columns: 100%;
    }

    .b-rent-items-panel .grid-item-grid {
        grid-template-columns: 100% !important;
    }

    .b-rent-collapse-body .box {
        margin-bottom: 0;
    }

    .booking-rent-main-filter .filter-box {
        width: 100%;
    }

    .booking-rent-main-filter .grid {
        grid-template-columns: 100%;
    }
}


/* Transfer Item */

.rent-item .content-star-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .rent-item .content-star-title .star {
        width: 100px;
        text-align: right;
        margin-bottom: 10px;
    }

@media screen and (max-width:768px) {
    .rent-item .content-star-title {
        display: block;
        flex-direction: column;
    }

        .rent-item .content-star-title .star,
        .rent-item .content-star-title .title {
            display: block;
            width: 100% !important;
        }

        .rent-item .content-star-title .star {
            text-align: left;
        }
}

.rent-item .content-star-title .title {
    width: calc(100% - 120px);
}

.rent-item {
    border-radius: 13px;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    /*    transform:scale(1);
    transition:all .3s ease;*/
}

    /*    .rent-item:hover {
        transform: scale(1.02);
        transition: all .3s ease;
    }*/
    .rent-item .img {
        width: 380px;
        border-radius: 13px;
        overflow: hidden;
    }

        .rent-item .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .rent-item .content {
        width: calc(100% - 380px);
    }

    .rent-item .content {
        padding: 20px;
        position: relative;
    }

        .rent-item .content .title h4 {
            font-size: 20px;
            font-family: DmSansMedium;
            margin-bottom: 10px;
            word-wrap: break-word;
        }

        .rent-item .content .text {
            padding: 10px 0;
            border-top: 1px solid #f1f1f1;
            border-bottom: 1px solid #f1f1f1;
        }

            .rent-item .content .text p {
                font-size: 13px;
                line-height: 30px;
                font-family: DmSansRegular;
            }

    .rent-item .result-buttons {
        padding: 10px 0;
    }

        .rent-item .result-buttons button {
            display: inline-block;
            padding: 10px 20px;
            border-radius: 7px;
            color: white;
            font-size: 12px;
            font-family: DmSansMedium;
            transition: all 0.6s ease-in-out;
            border: 1px solid #808080;
        }

            .rent-item .result-buttons button i {
                transition: 0.6s ease;
                -webkit-transition: 0.6s ease;
                -moz-transition: 0.6s ease;
                -ms-transition: 0.6s ease;
                -o-transition: 0.6s ease;
                margin-left: 5px;
                line-height: 12px;
            }

        .rent-item .result-buttons a.showdetail {
            background: #28bdc3;
        }

            .rent-item .result-buttons a.showdetail:hover {
                background: #1c7c80;
            }

        .rent-item .result-buttons button.info {
            background: #f1f1f1;
            color: #333;
        }

        .rent-item .result-buttons.active button {
            background-color: #0e3a84;
            color: white;
        }

            .rent-item .result-buttons.active button i {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
            }

@media screen and (max-width:1200px) {


    .rent-item .img {
        width: 100%;
    }

        .rent-item .img img {
            aspect-ratio: 5/3;
        }

    .rent-item .content {
        width: 100%;
    }
}

.rent-item .content .text p {
    min-height: 135px;
}

@media screen and (max-width:991px) {
    .rent-item {
        flex-direction: column;
    }

    .rent-info-boxes {
        position: static !important;
    }

    .rent-info-extra-card {
        position: relative;
    }

    .rent-box-modal {
        left: 0;
        right: 0;
        width: auto;
    }
}

@media screen and (max-width:768px) {
    .rent-item .content .text p {
        min-height: 50px
    }
}



/*Carousel Gallery*/
.rent-item .carousel-gallery {
    /* margin: 50px 0; */
    /* padding: 0 30px; */
}

.rent-item .swiper-slide a {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.rent-item .carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}

.rent-item .carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

    .rent-item .carousel-gallery .swiper-slide a .image .overlay {
        width: 100%;
        height: 100%;
        background-color: rgba(20, 20, 20, 0.8);
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.booking-rent-main .carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.booking-rent-main .carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
}

    .booking-rent-main .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .booking-rent-main .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
            opacity: 0.7;
        }

        .booking-rent-main .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #d63031;
            transform: scale(1.1, 1.1);
        }

/*# Carousel Gallery*/

.rent-info-extra {
    display: none;
}

    .rent-info-extra.open {
        display: block;
    }

.rent-info-extra {
    padding: 20px 0;
}

.rent-info-extra-card {
    display: flex;
}

.rent-info-boxes {
    border: 1px solid rgb(241, 241, 241);
    cursor: pointer;
    position: relative;
}

    .rent-info-boxes:hover {
        background-color: #f4f4f4;
    }

.pick-up-box {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.rent-info-boxes .main-info {
    padding: 10px 15px;
}

.pick-up-box .main-info.active {
    background-color: #03396C;
    color: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.drop-off-box .main-info.active {
    background-color: #03396C;
    color: white;
}

    .pick-up-box .main-info.active label,
    .drop-off-box .main-info.active label {
        color: white;
    }

.rent-info-boxes .main-info label {
    font-size: 11px;
    color: #6c6c6c;
    cursor: pointer;
    pointer-events: none;
}

    .rent-info-boxes .main-info label i {
        margin-right: 10px;
    }

.rent-info-boxes .main-info span {
    display: block;
    font-size: 9px;
    margin-top: 4px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pick-up-box,
.drop-off-box {
    width: 80%;
}

.drop-off-box {
    cursor: not-allowed;
}

.rent-info-extra .add-box {
    width: 20%;
    padding: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .rent-info-extra .add-box button {
        width: 100%;
        border: none;
        outline: none;
        height: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #03396C;
        color: white;
    }

        .rent-info-extra .add-box button:hover {
            background-color: #202557;
        }

.rent-box-modal {
    position: absolute;
    top: 100%;
    background-color: #03396C;
    right: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid rgb(241, 241, 241);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    display: none;
    z-index: 2;
}

    .rent-box-modal .drop-off-check {
        border-radius: 0px;
        height: 18px;
        width: 15px !important;
        border: 1px solid rgb(191, 191, 191);
        outline: none;
        cursor: pointer;
        padding: 5px 10px;
        margin: 0 10px;
    }


    .rent-box-modal.open {
        display: block;
    }

    .rent-box-modal .grid-2 {
        display: grid;
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
        gap: 10px;
        margin-bottom: 10px;
    }

    .rent-box-modal .grid-1 {
        display: grid;
        grid-template-columns: 100%;
    }

    .rent-box-modal label.rent-modal-title-label {
        display: block;
        color: white;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .rent-box-modal label.rent-pick-up-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        font-size: 18px;
        color: white; 
    }

        .rent-box-modal label.rent-modal-title-label i {
            margin-right: 5px;
        }

    .rent-box-modal .grid-1 {
        margin-bottom: 10px;
    }

    .rent-box-modal input,
    .rent-box-modal select {
        border-radius: 0px;
        height: 40px;
        width: 100%;
        border: 1px solid rgb(191, 191, 191);
        outline: none;
        font-size: 13px;
        cursor: pointer;
        padding: 5px 10px;
    }

    .rent-box-modal .grid-2 .item > input,
    .rent-box-modal .grid-2 .item > select {
        width: 100%;
        height: 40px;
        width: 100%;
        border: 1px solid #bfbfbf;
        outline: none;
        font-size: 13px;
        padding: 5px 10px;
    }

    .rent-box-modal .persons-counts-wrap {
        margin: 0;
        background-color: white;
    }

    .rent-box-modal .grid-1 textarea {
        width: 100%;
        min-height: 60px;
        max-height: 160px;
        width: 100%;
        border: 1px solid #bfbfbf;
        outline: none;
        font-size: 13px;
        padding: 5px 10px;
    }

@media screen and (max-width:767px) {
    .rent-info-boxes .main-info {
        padding: 10px 0;
        text-align: center;
    }

    .rent-box-modal .grid-2 {
        position: relative;
    }

    .rent-box-modal .persons-counts-wrap {
        position: static !important;
    }
}

@media screen and (max-width:576px) {
    .rent-item .content {
        padding: 20px 10px;
    }

    .rent-info-boxes .main-info span,
    .rent-info-boxes .main-info label {
        font-size: 11px;
    }

    .rent-info-extra .add-box button {
        font-size: 11px;
    }

    .rent-info-boxes .main-info {
        padding: 5px 0;
    }

    .rent-box-modal .grid-2 {
        grid-template-columns: 100%;
    }

    .rent-box-modal {
        left: 0;
        right: 0;
        width: 100%;
    }

    .rent-info-extra-card {
        flex-direction: column;
    }

        .rent-info-extra-card > * {
            width: 100% !important;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
        }

    .rent-info-extra .add-box {
        height: 50px;
    }

    .rent-info-boxes .pick-up-box {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }

    .rent-info-extra .add-box button {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }

    .pick-up-box .main-info.active {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
}

@media screen and (max-width:450px) {
    .rent-info-boxes .p-counts-wrap {
        grid-template-columns: 100%;
    }

        .rent-info-boxes .p-counts-wrap label {
            text-align: center;
        }

    .rent-info-boxes .p-counts-wrap-extra {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.persons-counts-wrap-dropdown * {
    z-index: 2;
}

/* Reports */

.report-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    display: block;
}

.reports-wrapper {
    margin: 20px 0px;
}

.report-table thead tr th {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.report-table th,
.report-table td {
    padding: 10px 15px;
    text-align: left;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.report-table tr {
    background-color: white;
    border: 1px solid white;
    box-shadow: rgba(99, 99, 99, 0.084) 0px 2px 8px 0px;
    display: table-row;
}

.report-table .reservation-name-th,
.report-table .reservation-name-td {
    width: 20%;
}

    .report-table .reservation-name-td h5 {
        font-size: 15px;
    }

    .report-table .reservation-name-td h6 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .report-table .reservation-name-td i {
        margin-right: 5px;
        font-size: 11px;
    }

.report-table .date-th,
.report-table .date-td {
    width: 15%;
}

.report-table .price-th,
.report-table .price-td {
    width: 10%;
}

.report-table .price-td {
    color: rgb(255, 78, 78);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}

.report-table .status-th,
.report-table .status-td {
    width: 20%;
}

.report-table .pay-th,
.report-table .pay-td {
    width: 10%;
}

.report-table .detail-th,
.report-table .detail-td {
    width: 15%;
}

.report-table .cancel-th,
.report-table .cancel-td {
    width: 10%;
}

.report-table .detail-td a {
    display: inline-flex;
    padding: 5px 15px;
    border: 1px solid #e6e3fe99;
    align-items: center;
    background-color: #e6e3fe65;
    border-radius: 3px;
    color: #494949;
}

    .report-table .detail-td a:hover {
        background-color: #e6e3fee4;
    }

.report-table .status-td.success,
.report-table .status-td.success i {
    color: green;
}

.report-table .status-td.waiting,
.report-table .status-td.waiting i {
    color: orange;
}

.report-table .status-td.canceled,
.report-table .status-td.canceled i {
    color: red;
}

.report-table * {
    transition: 0.6s ease;
}

.report-table tbody i {
    font-size: 14px;
    margin-right: 10px;
}

.report-table tbody tr td {
    font-size: 15px;
    cursor: pointer;
}

.report-table tbody tr:hover {
    background-color: #e6e3fe29;
    border-color: #e6e3fe2a;
}

.reports-pagination {
    margin: 30px 0;
    padding: 15px 0;
}

@media screen and (max-width:991px) {
    .report-table th, .report-table td {
        padding: 20px 10px;
    }
}

@media screen and (max-width:768px) {
    .report-table thead {
        display: none;
    }

    .report-table tbody tr {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .report-table td {
        width: 100% !important;
    }
}

.reports-main-con-fluid .booking-wrapper-main,
.reports-main-con-fluid .booking-wrapper {
    background-color: #f7f7f7;
}

.report-detail-item {
    display: flex;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.082) 0px 2px 8px 0px;
}

    .report-detail-item .kind-name {
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #252525;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -ms-border-top-left-radius: 5px;
        -o-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -ms-border-bottom-left-radius: 5px;
        -o-border-bottom-left-radius: 5px;
    }

        .report-detail-item .kind-name span {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: vertical-rl;
            transform: rotate(180deg);
            color: white;
            letter-spacing: 1px;
            font-size: 13px;
        }

    .report-detail-item.rentacar .kind-name {
        background-color: rgb(71, 81, 231);
    }

    .report-detail-item.tour .kind-name {
        background-color: orange;
    }

    .report-detail-item.transfer .kind-name {
        background-color: rgb(40, 197, 53);
    }

    .report-detail-item .item-wrap {
        width: calc(100% - 20px);
    }

    .report-detail-item .item-wrap {
        display: grid;
        grid-template-columns: 200px calc(100% - 370px) 150px;
        gap: 10px;
    }

.report-detail-item {
    background-color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .report-detail-item .item-wrap {
        padding: 6px;
    }

    .report-detail-item .img img {
        width: 100%;
        aspect-ratio: 4/4;
        object-fit: cover;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .report-detail-item * {
        font-size: 18px;
    }

    .report-detail-item .content {
        padding: 0 20px;
    }

.report-detail-name {
    margin-bottom: 5px;
    font-size: 22px;
}

.report-detail-item .star {
    margin-bottom: 10px;
}

    .report-detail-item .star i {
        font-size: 14px;
        color: #878787;
    }

        .report-detail-item .star i.fa-solid {
            color: orange;
        }

.report-detail-info i {
    margin-right: 5px;
    font-size: 14px;
}

.report-detail-counts {
}

.report-detail-info {
    font-size: 14px;
}

.report-detail-info-room {
    color: rebeccapurple;
    font-weight: 600;
    font-size: 16px;
}

.report-detail-info-from-to span {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}

.report-detail-info-type {
    font-size: 14px;
}

    .report-detail-info-type i {
        margin-right: 5px;
        font-size: 14px;
    }

.report-detail-info-from-to i {
    margin-right: 5px;
    font-size: 14px;
    color: red;
}

.report-detail-counts li {
    font-size: 14px;
    margin-bottom: 5px;
}

    .report-detail-counts li i {
        margin-right: 5px;
        font-size: 14px;
    }

.report-detail-item .price {
    text-align: end;
    height: 100%;
    position: relative;
}

    .report-detail-item .price span {
        font-size: 20px;
        color: red;
    }

    .report-detail-item .price .extra-info {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        left: 0;
    }

        .report-detail-item .price .extra-info h5 {
            font-size: 15px;
            color: green;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: bold;
        }

        .report-detail-item .price .extra-info h6 {
            margin: 0;
            font-size: 13px;
            color: tomato;
        }

.report-detail-item.rentacar .price .extra-info h5 {
    letter-spacing: 1px;
    color: blue;
}

.report-detail-item .price .extra-info i {
    margin-right: 10px;
}

.report-detail-info-paragraph {
    font-size: 14px;
    padding: 7px 10px;
    border-left: 3px solid #33dae6f1;
    background-color: #33dae628;
}

.report-detail-total {
    padding: 20px 0;
}

    .report-detail-total h5 {
        font-size: 30px;
        color: tomato;
        text-align: end;
        letter-spacing: 1px;
    }

        .report-detail-total h5 span {
            font-weight: bold;
        }

/*Carousel Gallery*/

.report-detail-item .swiper-slide a {
    display: block;
    width: 100%;
    aspect-ratio: 4/4;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

    .report-detail-item .swiper-slide a:hover .image .overlay {
        opacity: 1;
    }

    .report-detail-item .swiper-slide a .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

        .report-detail-item .swiper-slide a .image .overlay {
            width: 100%;
            height: 100%;
            background-color: rgba(20, 20, 20, 0.8);
            text-align: center;
            opacity: 0;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .report-detail-item .swiper-slide a .image .overlay em {
                color: #fff;
                font-size: 26px;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                display: inline-block;
            }

.report-detail-item .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 15px;
}

    .report-detail-item .swiper-pagination .swiper-pagination-bullet {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .report-detail-item .swiper-pagination .swiper-pagination-bullet:hover {
            opacity: 0.7;
        }

        .report-detail-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #d63031;
            transform: scale(1.1, 1.1);
        }

/*# Carousel Gallery*/

.hr-line {
    height: 1px;
    width: 100%;
    margin: 40px 0;
    border-top: 1px dashed #bfbfbf;
}

.reports-detail-infos {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .reports-detail-infos > div > div {
        margin-right: 15px;
    }

    .reports-detail-infos span {
        width: 10px;
        height: 10px;
        margin-right: 10px;
        display: inline-block;
    }

        .reports-detail-infos span.hotel {
            background-color: #252525;
            border-radius: 3px;
        }

        .reports-detail-infos span.transfer {
            background-color: rgb(40, 197, 53);
            border-radius: 3px;
        }

        .reports-detail-infos span.rentacar {
            background-color: blue;
            border-radius: 3px;
        }

        .reports-detail-infos span.tour {
            background-color: orange;
            border-radius: 3px;
        }

        .reports-detail-infos span.tour-package {
            background-color: red;
            border-radius: 3px;
        }

@media screen and (max-width:1199px) {
}

@media screen and (max-width:991px) {
    .report-detail-item .item-wrap {
        display: block;
    }

        .report-detail-item .item-wrap .img {
            width: 300px;
            margin: 0 auto 20px auto;
        }

    .report-detail-item .content {
        padding: 0;
        text-align: center;
    }

    .report-detail-item .price {
        position: relative;
    }

        .report-detail-item .price .extra-info {
            position: relative;
            inset: none;
            text-align: end;
        }

        .report-detail-item .price span {
            margin-bottom: 4px;
            display: inline-block;
        }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:576px) {
    .report-detail-item {
        display: block;
    }

    .reports-detail-infos {
        display: none;
    }

    .report-detail-item .kind-name {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .report-detail-item .kind-name span {
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            writing-mode: rl;
            -webkit-writing-mode: rl;
            -ms-writing-mode: rl;
        }

    .report-detail-item .item-wrap .img {
        width: 100%;
    }

    .report-detail-item .item-wrap {
        width: 100%;
    }
}
/* ----  Group Booking ---- */
.group-booking-wrapper-main {
    background: rgb(244,244,244);
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

.group-booking-main {
    width: 700px;
    margin: 0 auto;
}

.group-booking-wrapper {
    margin: 20px 0px;
    background-color: #FFF;
    width: 80%;
    margin: auto;
}

.questionnaire-wrap {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.questionnaire-wrap {
    margin-bottom: 20px;
}

    .questionnaire-wrap .title {
        /* background-color: #f4f4f46a; */
        /*        background-color: rgba(10, 10, 58, 0.174);*/
        background-color: #03396C;
        border: 1px solid rgba(14, 14, 72, 0.082);
        border-top: 5px solid #0d6efd;
        padding: 15px 15px;
        color: #FFF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-bottom: 20px;
    }

        .questionnaire-wrap .title h6 {
            margin: 0;
            opacity: 1;
        }

.questionnaire-item label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 8px;
    width: 100%;
    line-height: 30px;
    opacity: 0.7;
}

.questionnaire-item .filter-box-stars label {
    margin-bottom: 0;
}

.questionnaire-item textarea {
    width: 100%;
    min-height: 100px;
    max-height: 300px;
    border: 1px solid #cecece;
    padding: 7px 10px;
    font-size: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

.questionnaire-item input,
.questionnaire-item select {
    width: 100%;
    border: 1px solid #cecece;
    padding: 7px 10px;
    font-size: 15px;
    min-height: 40px;
    max-height: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

    .questionnaire-item textarea:focus,
    .questionnaire-item input:focus {
        border-color: var(--site-blue);
    }

/*.questionnaire-item textarea,
.questionnaire-item input {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
*/
.questionnaire-wrap .grid-3 {
    display: grid;
    grid-template-columns: calc(33.333% - 4px) calc(33.333% - 4px) calc(33.333% - 4px);
    gap: 6px;
}

.questionnaire-wrap .grid-2 {
    display: grid;
    grid-template-columns: calc(50% - 3px) calc(50% - 3px);
    gap: 6px;
}

.questionnaire-wrap .grid-2 {
    margin-bottom: 20px;
}
.questionnaire-wrap .grid-4 {
    display: grid;
    grid-template-columns: calc(25% - 4.5px) calc(25% - 4.5px) calc(25% - 4.5px) calc(25% - 4.5px);
    gap: 4px;
}

.questionnaire-wrap .grid-4 {
    margin-bottom: 20px;
}
@media screen and (max-width:768px){
    .questionnaire-wrap .grid-4 {
        border-bottom: 1px solid #cecece;
        padding: 20px 5px;
        border-radius:5px;
        border: 1px solid #cecece;
        grid-template-columns: calc(50% - 3px) calc(50% - 3px);
        gap: 6px;
    }
}
@media screen and (max-width:576px) {
    .questionnaire-wrap .grid-4 {
        grid-template-columns: 100%;
        gap: 6px;
    }
}
.questionnaire-wrap .grid-5 {
    display: grid;
    grid-template-columns: calc(20% - 4px) calc(20% - 4px) calc(20% - 4px) calc(20% - 4px) calc(20% - 4px);
    gap: 5px;
}

.questionnaire-item .filter-box-stars {
    display: flex;
    text-align: center;
    gap: 6px;
}

    .questionnaire-item .filter-box-stars div {
        font-size: 11px !important;
        cursor: pointer;
        padding: 3px 0px;
    }

        .questionnaire-item .filter-box-stars div span {
            display: block;
        }

        .questionnaire-item .filter-box-stars div.active {
            background-color: #03396C;
            color: white;
        }

.questionnaire-wrap .hotel-location-input input {
    height: 41px;
}

.questionnaire-wrap .grid-5 div label {
    display: inline-block;
}

.questionnaire-wrap .grid-5 .questionnaire-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .questionnaire-wrap .grid-5 .questionnaire-item input {
        width: 24px;
        height: 24px;
        accent-color: var(--site-blue);
        cursor: pointer;
    }

    .questionnaire-wrap .grid-5 .questionnaire-item label {
        margin-left: 5px;
        margin-bottom: 0;
        cursor: pointer;
    }

.questionnaire-wrap-rooms .rooms-box {
    display: grid;
    grid-template-columns: calc(50% - 81px) calc(50% - 81px) 150px;
    gap: 6px;
}

.rooms-minus-plus-wrap {
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .rooms-minus-plus-wrap * {
        height: 38px;
    }

    .rooms-minus-plus-wrap input[type="button"] {
        width: 25%;
        background-color: var(--site-blue);
        color: white;
        outline: none;
        border: 1px solid var(--site-blue);
    }

        .rooms-minus-plus-wrap input[type="button"]:hover {
            background-color: rgb(38, 38, 113);
        }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rooms-minus-plus-wrap input[type="number"] {
    width: 50%;
    outline: none;
    text-align: center;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(16, 12, 43, 0.396);
    border-bottom: 1px solid rgba(16, 12, 43, 0.396);
    -moz-appearance: textfield;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

    .rooms-minus-plus-wrap input[type="number"]:focus {
        outline: none;
    }

.questionnaire-wrap .hr-line {
    margin: 20px 0;
}

.questionnaire-item .star-options {
    cursor: pointer;
    font-size: 13px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

    .questionnaire-item .star-options input[type="checkbox"] {
        visibility: visible;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

.questionnaire-send {
    margin: 20px 0;
    padding: 20px 0;
}

    .questionnaire-send button {
        width: 100%;
        padding: 10px;
        border: none;
        background-color: black;
        color: white;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
    }

        .questionnaire-send button:hover {
            background-color: #198673bf;
        }

@media screen and (max-width:991px) {
    .group-booking-main {
        width: 100%;
    }

    .group-booking-wrapper {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .questionnaire-wrap .grid-3,
    .questionnaire-wrap .grid-2,
    .questionnaire-wrap .grid-5,
    .questionnaire-wrap-rooms .rooms-box {
        grid-template-columns: 100%;
    }

        .questionnaire-wrap .grid-5 .questionnaire-item {
            margin-bottom: 20px;
        }

    .rooms-minus-plus-wrap {
        width: 200px;
        margin: 0 auto;
    }

    .group-booking-wrapper {
        width: 100%;
    }
}

/* Cart Page */
.cart-wrapper {
    margin: 20px 0px;
    /*    padding-bottom: 300px;*/
}

.cart-detail-item {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.082) 0px 2px 8px 0px;
}

    .cart-detail-item .kind-name {
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #252525;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -ms-border-top-left-radius: 5px;
        -o-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -ms-border-bottom-left-radius: 5px;
        -o-border-bottom-left-radius: 5px;
    }

        .cart-detail-item .kind-name span {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: vertical-rl;
            transform: rotate(180deg);
            color: white;
            letter-spacing: 1px;
            font-size: 13px;
        }

    .cart-detail-item.rentacar .kind-name {
        background-color: rgb(71, 81, 231);
    }

    .cart-detail-item.tour .kind-name {
        background-color: orange;
    }

    .cart-detail-item.transfer .kind-name {
        background-color: rgb(40, 197, 53);
    }

    .cart-detail-item.tour-package .kind-name {
        background-color: red;
    }

    .cart-detail-item .item-wrap {
        width: calc(100% - 20px);
    }

    .cart-detail-item .item-wrap {
        display: grid;
        grid-template-columns: 200px calc(100% - 370px) 150px;
        gap: 10px;
    }

.cart-detail-item {
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .cart-detail-item .item-wrap {
        padding: 6px;
    }

    .cart-detail-item .img img {
        width: 100%;
        aspect-ratio: 4/4;
        object-fit: cover;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .cart-detail-item * {
        font-size: 18px;
        z-index: inherit;
    }

    .cart-detail-item select option {
        font-size: 13px;
    }

    .cart-detail-item .persons-counts-wrap-dropdown label {
        font-size: 13px;
    }

    .cart-detail-item .content {
        padding: 0 20px;
    }

.cart-detail-name {
    margin-bottom: 5px;
    font-size: 22px;
}

.cart-detail-item .star {
    margin-bottom: 10px;
}

    .cart-detail-item .star i {
        font-size: 14px;
        color: #878787;
    }

.cart-detail-item .persons-counts-wrap-span {
    font-size: 13px;
}

.cart-detail-item .star i.fa-solid {
    color: orange;
}

.cart-detail-info i {
    margin-right: 5px;
    font-size: 14px;
}

.cart-detail-info {
    font-size: 14px;
}

.cart-detail-info-room {
    color: rebeccapurple;
    font-weight: 600;
    font-size: 16px;
}

.cart-detail-info-from-to span {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}

.cart-detail-info-type {
    font-size: 14px;
}

    .cart-detail-info-type i {
        margin-right: 5px;
        font-size: 14px;
    }

.cart-detail-info-from-to i {
    margin-right: 5px;
    font-size: 14px;
    color: red;
}

.cart-detail-counts li {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    border-left: 1px solid black;
}

    .cart-detail-counts li:first-child {
        border: none;
        padding: 0;
        padding-right: 10px;
    }

.cart-detail-counts {
    margin-bottom: 8px;
}

    .cart-detail-counts li i {
        margin-right: 5px;
        font-size: 14px;
    }

.cart-detail-item .price {
    text-align: end;
    position: relative;
    height: calc(100% - 50px);
    margin-top: 50px;
}

    .cart-detail-item .price span {
        font-size: 20px;
        color: red;
        display: inline-block;
        margin-bottom: 10px;
    }

    .cart-detail-item .price .extra-info {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        left: 0;
    }

        .cart-detail-item .price .extra-info h5 {
            font-size: 15px;
            color: green;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: bold;
        }

        .cart-detail-item .price .extra-info h6 {
            margin: 0;
            font-size: 13px;
            color: tomato;
        }

.cart-detail-item.rentacar .price .extra-info h5 {
    letter-spacing: 1px;
    color: blue;
}

.cart-detail-item .price .extra-info i {
    margin-right: 10px;
}

.cart-detail-info-paragraph {
    font-size: 14px;
    padding: 7px 10px;
    border-left: 3px solid #33dae6f1;
    background-color: #33dae628;
}

.cart-detail-total {
    padding: 20px 0;
}

    .cart-detail-total h5 {
        font-size: 30px;
        color: tomato;
        text-align: end;
        letter-spacing: 1px;
    }

        .cart-detail-total h5 span {
            font-weight: bold;
        }

/*Carousel Gallery*/

.cart-detail-item .swiper-slide a {
    display: block;
    width: 100%;
    aspect-ratio: 4/4;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

    .cart-detail-item .swiper-slide a:hover .image .overlay {
        opacity: 1;
    }

    .cart-detail-item .swiper-slide a .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

        .cart-detail-item .swiper-slide a .image .overlay {
            width: 100%;
            height: 100%;
            background-color: rgba(20, 20, 20, 0.8);
            text-align: center;
            opacity: 0;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .cart-detail-item .swiper-slide a .image .overlay em {
                color: #fff;
                font-size: 26px;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                display: inline-block;
            }

.cart-detail-item .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 15px;
}

    .cart-detail-item .swiper-pagination .swiper-pagination-bullet {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .cart-detail-item .swiper-pagination .swiper-pagination-bullet:hover {
            opacity: 0.7;
        }

        .cart-detail-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #d63031;
            transform: scale(1.1, 1.1);
        }

/*# Carousel Gallery*/

.hr-line {
    height: 1px;
    width: 100%;
    margin: 40px 0;
    border-top: 1px dashed #bfbfbf;
}

.cart-detail-infos {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.cart-detail-infos > div {
    margin-right: 15px;
}

.cart-detail-infos span {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
}

    .cart-detail-infos span.hotel {
        background-color: #252525;
        border-radius: 3px;
    }

    .cart-detail-infos span.transfer {
        background-color: rgb(40, 197, 53);
        border-radius: 3px;
    }

    .cart-detail-infos span.rentacar {
        background-color: blue;
        border-radius: 3px;
    }

    .cart-detail-infos span.tour {
        background-color: orange;
        border-radius: 3px;
    }

    .cart-detail-infos span.tour-package {
        background-color: red;
        border-radius: 3px;
    }

@media screen and (max-width:1199px) {
}

@media screen and (max-width:991px) {
    .cart-detail-item .item-wrap {
        display: block;
    }

        .cart-detail-item .item-wrap .img {
            width: 300px;
            margin: 0 auto 20px auto;
        }

    .cart-detail-item .content {
        padding: 0;
        text-align: center;
    }

    .cart-detail-item .price {
        position: relative;
    }

        .cart-detail-item .price .extra-info {
            position: relative;
            inset: none;
            text-align: end;
        }

        .cart-detail-item .price span {
            margin-bottom: 4px;
            display: inline-block;
        }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:576px) {
    .cart-detail-item {
        display: block;
    }

    .cart-detail-infos {
        display: none;
    }

    .cart-detail-item .kind-name {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .cart-detail-item .kind-name span {
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            writing-mode: rl;
            -webkit-writing-mode: rl;
            -ms-writing-mode: rl;
        }

    .cart-detail-item .item-wrap .img {
        width: 100%;
    }

    .cart-detail-item .item-wrap {
        width: 100%;
    }
}

.cart-package-frame {
    border: 1px solid rgb(58, 58, 58);
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-top-left-radius: 0;
    background-color: rgb(58, 58, 58);
    box-shadow: rgba(99, 99, 99, 0.082) 0px 2px 8px 0px;
}

    .cart-package-frame::after {
        content: var(--dynamic-content);
        position: absolute;
        left: -0.5px;
        top: -36px;
        padding: 5px 88px;
        line-height: 25px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        border: 1px solid rgb(58, 58, 58);
        background-color: rgb(58, 58, 58);
        color: white;
    }

.cart-detail-item .result-buttons button {
    background-color: rgb(58, 58, 58);
    border: none;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px 45px;
    font-size: 13px;
}

    .cart-detail-item .result-buttons button i {
        font-size: 14px;
        margin-left: 10px;
    }

.transfer-info-extra .save-box button {
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #398d55;
    color: white;
}

.remove-cart-item {
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
}

    .remove-cart-item i {
        font-size: 20px;
        cursor: pointer;
        line-height: 20px;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
    }

.cart-detail-item .result-buttons {
    position: absolute;
    top: 6px;
    right: 50px;
}

.remove-cart-item:hover i {
    color: red;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.transfer-info-extra .save-box button:hover {
    background-color: #235a35;
}

.transfer-info-extra .save-box {
    width: 20%;
    padding: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cart-detail-item .transfer-box-modal {
    z-index: 2;
}

    .cart-detail-item .transfer-box-modal * {
        z-index: 1;
    }



.cart-detail-table .card-extra {
    padding: 20px;
    margin-top: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .cart-detail-table .card-extra:first-of-type::after {
        content: '';
        position: absolute;
        top: -22px;
        left: -10px;
        width: 20px;
        height: 50px;
        border-left: 2px solid rgba(21, 21, 21, 0.509);
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .cart-detail-table .card-extra::after {
        content: '';
        position: absolute;
        top: -22px;
        left: -10px;
        width: 20px;
        height: 50px;
        border-left: 2px solid rgba(19, 19, 19, 0.509);
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

.cart-detail-table .cart-package-frame .card-extra:first-of-type::after {
    content: '';
    position: absolute;
    top: -22px;
    left: -10px;
    width: 20px;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.509);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.cart-detail-table .cart-package-frame .card-extra::after {
    content: '';
    position: absolute;
    top: -22px;
    left: -10px;
    width: 20px;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.509);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}


.cart-detail-table .card-extra .card-grid {
    display: grid;
    grid-template-columns: calc(33% - 5px) calc(33% - 5px) calc(33% - 0px);
    gap: 10px;
}

    .cart-detail-table .card-extra .card-grid label {
        font-size: 14px;
        line-height: 20px;
    }

.cart-detail-table .smk-wrap select {
    margin: 15px 0px;
    height: 40px;
    width: 100%;
    border: 1px solid rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    border-radius: 0;
    padding: 5px 10px;
    transform: translateY(-1px);
}

.cart-detail-item .rent-box-modal.open * {
    z-index: 2;
}

.cart-detail-item .save-rent {
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    /*        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;*/
    background-color: #03396C;
    color: white;
    border-radius: 5px;
    border: 1px solid white;
    height: 40px;
}

.cart-detail-item .rent-info-extra .save-box {
    width: 20%;
    padding: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .cart-detail-item .rent-info-extra .save-box button {
        width: 100%;
        border: none;
        outline: none;
        height: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: rgb(57, 141, 85);
        color: white;
    }

        .cart-detail-item .rent-info-extra .save-box button:hover {
            background-color: #235a35;
        }

.cart-detail-item .rent-box-modal.open {
    z-index: 2;
}

.cart-detail-item .persons-counts-wrap.active .persons-counts-wrap-dropdown {
    z-index: 3;
}

    .cart-detail-item .persons-counts-wrap.active .persons-counts-wrap-dropdown * {
        z-index: 3;
    }

.cart-detail-item .rent-info-boxes,
.cart-detail-item .transfer-info-boxes {
    border: 1px solid rgb(224 224 224);
}

.cart-detail-item .persons-counts-wrap {
    z-index: 3 !important;
}


.cart-tour-edit-panel {
    margin-bottom: 20px;
    padding: 15px;
}

.cart-detail-item .order-grid {
    display: grid;
    grid-template-columns: calc(60% - 5px) calc(40% - 5px);
    gap: 10px;
}

.cart-detail-item .tour-pax-count {
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #fff5f5;
    font-size: 12px;
    bottom: -20px;
    color: #e92929;
    border-left: 2px dashed #e92929;
}

.cart-detail-item .count-input-wrap {
    padding: 0;
    margin: 15px 0;
    padding: 5px 10px;
}

.cart-detail-item .persons-counts-wrap {
    margin: 15px 0;
}

.cart-detail-item .extra-count-wrap input {
    width: 50px;
    text-align: center;
    height: 30px;
    border: 1px dashed rgb(191, 191, 191);
    outline: none;
    font-size: 13px;
    margin: 0;
}

.cart-detail-item .reservation-count-wrap {
    display: inline-block;
    margin: 0 auto;
}

.cart-detail-item .p-counts-wrap-extra select {
    height: 30px;
    width: 130px;
    margin: 0px auto;
    outline: none;
    border: 1px solid rgb(206, 206, 206);
    font-size: 14px;
    padding: 5px;
}

.basket-bottom-col textarea {
    width: 100%;
    min-height: 70px;
    max-height: 70px;
    border: 1px solid #bfbfbf;
    outline: none;
    font-size: 13px;
    padding: 10px;
    margin: 10px 0;
}

.basket-bottom-col input,
.basket-bottom-col select {
    margin: 15px 0;
    padding: 5px 10px;
    border: 1px solid #bfbfbf;
    width: 100%;
    outline: none;
    font-size: 13px;
    border-radius: 0;
    height: 40px;
}

.basket-bottom-col label {
    line-height: 20px;
    font-size: 14px;
}

.basket-bottom-buttons {
    gap: 20px;
}

.basket-bottom-col {
    border: 1px solid rgb(58, 58, 58);
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    background-color: rgb(58, 58, 58);
    box-shadow: rgba(99, 99, 99, 0.082) 0px 2px 8px 0px;
    color: white;
}

.select2-selection {
    display: block;
    width: 100%;
    padding: 0 !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 35px !important;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container {
    width: 100% !important;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
    font-size: 14px;
}

.dashboard-wrapper .star-options {
    padding: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.search-result-grid .filter-box-stars div {
    padding: 5px !important;
}

.search-result-grid .filter-box input[type="date"] {
    height: 35px;
    line-height: 35px;
    padding: 0 7px;
}

.result-left-filter {
    top: 20px !important;
}

.search-result-grid .filter-box {
    margin-bottom: 15px;
}

.mobile-search-result-button {
    cursor: pointer;
}

.select2-container .select2-selection--single {
    /*    background-color: #fff;*/
    border: 1px solid #ced4da !important;
    border-radius: 3px !important;
}

.select2-dropdown {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
}

    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        outline: 0 !important;
    }

.mobile-menu-wrap {
    right: -1px;
}

    .mobile-menu-wrap .logo {
        background: #03396C;
    }

        .mobile-menu-wrap .logo img {
            width: 150px;
        }

    .mobile-menu-wrap .profile-div {
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu-wrap i {
        font-size: 25px;
        color: var(--site-blue);
    }

/* Package */
.package-info-wrapper {
    padding: 15px;
    padding-bottom: 70px;
    background-color: var(--white);
    box-shadow: rgba(255, 255, 255, 0.338) 0px 5px 15px 0px;
    position: relative;
}

.package-infos {
    padding: 20px 0;
}

    .package-infos .sort select {
        padding: 2px 20px;
        border: 1px solid #cecece;
        border-radius: 7px;
        margin-left: 10px;
        font-weight: 500;
    }

.package-item .content-star-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .package-item .content-star-title .star {
        width: 100px;
        text-align: right;
        margin-bottom: 10px;
        display: flex;
        gap: 5px;
    }

        .package-item .content-star-title .star i {
            color: orange;
        }

@media screen and (max-width:768px) {
    .package-item .content-star-title {
        display: block;
        flex-direction: column;
    }

        .package-item .content-star-title .star,
        .package-item .content-star-title .title {
            display: block;
            width: 100% !important;
        }

        .package-item .content-star-title .star {
            text-align: left;
        }
}

.package-item .content-star-title .title {
    width: calc(100% - 120px);
}

.package-item {
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

    .package-item .img {
        width: 280px;
    }

        .package-item .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.package-plus-minus {
    width: 280px;
}

.package-plus-minus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.package-item .content {
    width: calc(100% - 560px);
}

.package-hotel-total h5 {
    font-size: 25px;
    color: rgb(235, 86, 86);
    font-weight: bold;
}

.package-item .content {
    padding: 20px;
    position: relative;
}

.add-to-basket-package button {
    padding: 10px;
    outline: 0;
    border: 0;
    background-color: var(--site-blue);
    color: white;
    border-radius: 7px;
}

    .add-to-basket-package button:focus {
        outline:none;
        border:0;
    }

    .package-item {
        background-color: white;
    }

    .package-item .content .title h4 {
        font-size: 20px;
        font-family: DmSansMedium;
        margin-bottom: 10px;
        word-wrap: break-word;
    }

    .package-item .content .text {
        padding: 10px 0;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }

        .package-item .content .text p {
            font-size: 13px;
            font-family: DmSansRegular;
        }

    .package-item .result-buttons {
        padding: 10px 0;
    }

        .package-item .result-buttons a {
            display: inline-block;
            padding: 10px 20px;
            border-radius: 7px;
            color: white;
            font-size: 12px;
            font-family: DmSansMedium;
            transition: all 0.6s ease-in-out;
        }

            .package-item .result-buttons a.showdetail {
                background: #28bdc3;
            }

                .package-item .result-buttons a.showdetail:hover {
                    background: #1c7c80;
                }

            .package-item .result-buttons a.booking {
                background: #f1f1f1;
                color: #333;
            }

                .package-item .result-buttons a.booking:hover {
                    background: #c0c0c0;
                    color: #0F1129;
                }

@media screen and (max-width:1200px) {
    .package-result-grid {
        grid-template-columns: 250px calc(100% - 270px);
        gap: 20px;
    }

    .package-item {
        flex-direction: column;
        align-items: center;
    }

        .package-item .img {
            width: 100%;
        }

            .package-item .img img {
                aspect-ratio: 5/3;
            }

        .package-item .content {
            width: 100%;
        }

    .package-wrap {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .package-wrap {
        display: grid;
        grid-template-columns: 100%;
        gap: 20px;
    }
}

.package-item .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/4;
    height: auto;
}

.package-item .img {
    display: flex;
    align-items: start;
}

.package-info-main .nav-tabs > li a {
    min-width: 100px;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
    border: none;
}

.package-info-main .nav-tabs {
    border-bottom: 1px solid rgb(219 219 219);
}

    .package-info-main .nav-tabs > li a {
        border: 1px solid rgb(209 209 212);
        margin: 0;
    }

    .package-info-main .nav-tabs > li.active a {
        background: #2b2b5c;
        color: white;
    }
.tab-content > .tab-pane {
    padding-top: 20px;
}

.horizontal-filter-wrapper {
    padding: 15px;
    background-color: var(--white);
    box-shadow: rgba(255, 255, 255, 0.338) 0px 5px 15px 0px;
    position: relative;
    overflow: hidden;
}

.horizontal-filter-wrap {
    width: 100%;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.horizontal-filter,
.horizontal-filter .filter-box-stars {
    display: flex;
}

.horizontal-filter {
    gap: 15px;
    align-items: center;
    width: max-content;
}

.horizontal-filter-wrapper .input-date-form {
    display: flex;
    align-items: center;
}

    .horizontal-filter-wrapper .input-date-form input[type="date"] {
        width: 120px;
    }

.horizontal-filter .filter-box-stars {
    gap: 3px;
}

.horizontal-filter-wrapper .filter-box {
    display: flex;
    border: 1px solid #d8d8d833;
    gap: 10px;
    align-items: center;
    padding: 2px 5px;
    border-radius: 5px;
}

.horizontal-filter-wrapper select {
    min-width: 160px;
}

.horizontal-filter-wrapper .star-options {
    display: flex;
    gap: 5px;
}

    .horizontal-filter-wrapper .star-options.active {
        background-color: #03396C;
        color: white;
    }

    .horizontal-filter-wrapper .star-options input {
        visibility: hidden;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

.horizontal-filter-wrap::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.horizontal-filter-wrap::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.horizontal-filter-wrap::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #bfbfbf;
    box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}
#menu1 {
    padding: 20px;
}
/*span.select2-container.select2-container--default {
    width: auto!important;
}*/

.rooms-wrap svg {
    margin-right: 5px;
    font-size: 16px;
    width: 30px;
}

.booking-wrapper .tab-content > .tab-pane.fade.active {
    display: block;
}

.horizontal-filter-wrapper .input-date-form label {
    min-width: max-content;
}

.horizontal-filter-wrapper .select2-container {
    min-width: 200px;
}

.horizontal-filter-wrapper .input-date-form label i {
    margin-right: 10px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

    .social-icons img {
        width: 30px;
        height: 30px;
    }

@media screen and (min-width:992px) {
    .horizontal-filter-wrapper {
        position: sticky;
        top: 80px;
        z-index: 2;
        border-color: grey;
        left: 0;
        border: 1px solid #ececec;
    }
}

@media screen and (max-width:1200px) {
    .horizontal-filter-wrapper {
        position: sticky;
        top: 0px;
        z-index: 2;
        border-color: grey;
        left: 0;
        border: 1px solid #ececec;
    }
}

body {
    z-index: -2;
    position: relative;
    overflow-x: hidden;
}

/* Modal arka planı */
.yes-no-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}


.yes-no-modal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}


.yes-no-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.yes-no-modal .close {
    cursor: pointer;
    font-size: 24px;
}


.yes-no-modal .btn {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.yes-no-modal .yes {
    background-color: #007bff; 
    color: white;
}

.yes-no-modal .no {
    background-color: #dc3545;
    color: white;
}


/* Condition */
.conditionsAndCancelation {
    border-radius: 3px;
    display: flex;
    background-color: rgb(255, 255, 255);
    flex-direction: column;
    align-items: center;
    padding: 20px;
    overflow-y: auto;
}

.conditionsAndCancelationBox {
    padding: 50px;
    max-width: 1200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.conditionsAndCancelationBox h1 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}


/* Users List */
.user-list-bg {
    background-color: #f8f9fa;
}

.user-list-card {
    border-radius: 10px;
}

.user-list-title {
    font-weight: bold;
}

.table-primary {
    background-color: #007bff !important;
    color: white;
}

.user-list-caption {
    font-size: 1rem;
    font-style: italic;
    padding: 10px;
}

.btn.user-list-btn {
    background-color: #03396C;
    color: white; 
    border: none;
}

.btn.user-list-btn:hover {
    background-color: #1a1d22;
}


/* Logo Section Style*/
.logo-section {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
}

.logo-container {
    padding: 10px 0;
}

.logo-upload-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border: 2px dashed #03396C;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.logo-upload-wrapper:hover {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
}

.company-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.logo-upload-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 57, 108, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.logo-upload-wrapper:hover .logo-upload-overlay {
    opacity: 1;
}

.upload-icon {
    color: white;
    font-size: 36px;
    font-weight: bold;
}

.logo-file-input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.logo-label {
    font-weight: 600;
    color: #03396C;
    margin-bottom: 0;
}

.logo-description {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0;
}

.save-logo-btn {
    background-color: #03396C;
    border-color: #03396C;
}

.save-logo-btn:hover {
    background-color: #002649;
    border-color: #002649;
}

/* Responsive */
@media (max-width: 767px) {
    .logo-upload-wrapper {
        width: 150px;
        height: 150px;
    }
}