@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap'); * {
    margin: 0;

    box-sizing: border-box;
}

body , html {
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    
    background-color: #000105;
    color: #fff;
}

img {
    max-width: 100%
}

input,textarea,button,select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    outline: none;
    border: none;
    resize: none;
}

a {
    text-decoration: none;
    color: inherit
}

p {
    margin-bottom: 1rem;
}

.w-full{ width: 100%;}

/* html, body { */
html {
    /* overflow-x: hidden; */
    overflow-y: auto;
}

@media (max-width: 1199px) {

    .home-page {
        max-width: unset !important;
    }
}

.text-center {
    text-align: center;
}

.home-page {
    position: relative;
    padding: 200px 15px 80px;
    /* width: calc(100% - 40px); */
    /* max-width: 1500px; */
    /* max-width: calc(100% - 40px); */
    width: 100%;
    margin: 0 auto;
    /* opacity: 0; */

    /* background-image: url(https://matias.digitalnexuspro.com/wp-content/uploads/2024/04/banner-bg.png); */
    /* background-image: url(https://html.lionode.com/jobado/layout/images/banner2.png); */
    background-image: url("/view/frontend/assets/img/banner2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* overflow: hidden; */
    min-height: fit-content;
}

/* .home-page::before{
    content: '';
    position: absolute;
    bottom: 20%;
    right: 15%;
    width: 350px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #fff;
    opacity: .5;
    border-radius: 50%;
} */
.home-page::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 350px;
    background-color: #fff;
    transform: translate(-50%, 50%);
    opacity: .5;
    border-radius: 50%;
    filter: blur(190px);
}
.home-page::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    transform: translate(-50%, 50%);
    opacity: .25;
    border-radius: 50%;
    filter: blur(20px);
}

/* .home-page::before{ border-radius: 20px; z-index: 0; pointer-events: none; background: linear-gradient(transparent, black); content: ''; display: inline-block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;} */

.home-page > div > div{ display: grid; grid-template-columns: 1fr 1fr; gap: 60px;}
.home-page > div > div > div > img{ transform: scaleX(-1); margin-top: 40px;}

.home-page h1 {
    width: 100%;
    text-align: left;
    font-size: 2.75rem;
    color: white;
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
    max-width: 500px;
}

.home-page .bg-image {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
}

.home-page .bg-image :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0;
}

.home-page .booking {
    /* width: 90%; */
    width: 100%;
    max-width: 1300px;
    /* margin: 0 5%; */
    margin: 0 auto;
    margin-top: 5%;
    /* width: 100%; */
    transform: translateY(20px);
    position: relative;
    z-index: 100;
}

.home-page .booking .card {
    width: 100%;
    background: white;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
}

.home-page .booking .card div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-left: 1px solid #ddd;
    padding: 15px;
    width: 100%;
}

.home-page .booking .card label {
    color: #051036;
    font-weight: 700;
    margin-bottom: 10px;
}

.home-page .booking .card div:first-child {
    border: none;
}

.home-page .booking .card div:last-child {
    border: none;
}

.home-page .booking .card input,select {
    border: 0;
}

.home-page .booking .card button {
    padding: 1rem;
    border-radius: 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    background-color: #051036;
    color: #fff;
    cursor: pointer;
}

.home-page .booking .card button svg {
    width: 2rem;
}

.home-page .card-image {
    margin-top: -2rem;
    position: relative;
    z-index: -1;
}

.home-page .card-image img {
    border-radius: 0.5rem;
}

.home-page-item {
    margin-top: 10rem;
}

.home-page-item h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.home-page-item h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.home-page-item p {
    margin-top: 16px;
}

.home-page-item .card {
    text-align: center;
    padding: 2rem;
    box-shadow: 0 0 15px #ebebeb;
}

@media (max-width: 991px) {
    .home-page {
        padding-top: 4rem;
    }

    .home-page h1 {
        font-size: 1.5rem;
        color: white;
        text-shadow: 1px 1px #000000;
        font-weight: 400;
        padding: 1rem;
        margin: 0;
    }

    .home-page .booking {
        width: 100%;
        margin: 0;
        margin-top: 3rem;
    }

    .home-page > .container {
        padding: 0;
    }

    .home-page .booking .card {
        flex-direction: column;
    }

    .home-page .booking .card > div {
        border: none;
        border-top: 1px solid #eee;
    }

    .home-page .card-image {
        margin-top: 0;
        display: flex;
    }

    .home-page .card-image img {
        border-radius: 0;
        display: flex;
    }

    /* footer .footer-bottom { flex-direction: column; align-items: center; justify-content: center; gap: 30px; } */
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq .item {
    border: 1px solid #eee;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: .4s ease;
    height: auto;
    overflow: hidden;
}

.faq .item .h4 {
    font-size: 16px;
}

.faq .item .desc {
    overflow: hidden;
    flex: 0;
}

.faq .item > div:first-child {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq .item > div:first-child > span {
    flex: 0 0 40px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #eee;
    position: relative;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75rem;
}

.faq .item > div:first-child > span::before, .faq .item > div:first-child > span::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 2px;
    position: absolute;
    background-color: black;
    transition: .4s ease;
}

.faq .item > div:first-child > span::before {
    transform: rotate(90deg);
}

.faq .item.active > div:first-child > span::before {
    transform: rotate(0deg);
}

.faq .item > div:last-child {
    max-height: 0;
    overflow: hidden;
    transition: .4s ease;
}

.faq .item.active > div:last-child {
    max-height: 300px;
}

/* Mixed */
.cars-carousel .swiper-slide .image {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.cars-carousel .swiper-slide .image .image-link-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.cars-carousel .swiper-slide .image img {
    max-width: 100%;
    display: block;
    border-radius: 5px;
}

.cars-carousel .swiper-slide .title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.cars-carousel .swiper-slide .title span {
    opacity: .5;
    font-weight: 400;
    font-size: 14px;
}

.cars-carousel .swiper-slide .features {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cars-carousel .swiper-slide .feature {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.cars-carousel .swiper-slide .feature svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.cars-carousel .swiper-slide .feature span {
    font-size: 13px;
}

.cars-carousel .swiper-slide .details {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.cars-carousel .swiper-slide .details > div {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.cars-carousel .swiper-slide .details .rating {
    width: 30px;
    height: 30px;
    background-color: #f8d448;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.cars-carousel .swiper-slide .details .type {
    font-weight: 600;
    letter-spacing: 1px;
}

.cars-carousel .swiper-slide .details .views {
    opacity: .5
}

.cars-gallery-carousel .nav-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    width: calc(100% - 2rem);
    height: 60px;
}

.cars-gallery-carousel .swiper-button-prev, .cars-gallery-carousel .swiper-button-next {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100%;
    opacity: 0;
    transition: .4s ease;
}

.cars-gallery-carousel .swiper-button-prev::after, .cars-gallery-carousel .swiper-button-next::after {
    font-size: 13px;
    color: black;
}

.cars-gallery-carousel .swiper-button-prev:hover, .cars-gallery-carousel .swiper-button-next:hover {
    background: #f8d448;
}

.cars-gallery-carousel .swiper-pagination-bullet {
    background: white;
    opacity: 0;
    transition: .4s ease;
}

.cars-gallery-carousel .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.cars-gallery-carousel:hover .swiper-pagination-bullet {
    opacity: .5;
}

.cars-gallery-carousel:hover .swiper-button-prev, .cars-gallery-carousel:hover .swiper-button-next {
    opacity: 1;
}

.cars-gallery-carousel .like-button {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100%;
    opacity: 1;
    transition: .4s ease;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cars-gallery-carousel .like-button:hover {
    background: #f8d448;
}

.cars-gallery-carousel .like-button svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 7px;
}

.cars-carousel .content {
    position: relative;
}

.cars-carousel .content-link-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.cars-carousel > .swiper-nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.cars-carousel > .swiper-nav-container > .swiper-pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
}

.cars-carousel > .swiper-nav-container > .swiper-button-prev, .cars-carousel > .swiper-nav-container > .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    margin: 0;
}

.cars-carousel > .swiper-nav-container > .swiper-button-prev::after, .cars-carousel > .swiper-nav-container > .swiper-button-next::after {
    position: static;
    font-size: 25px;
    color: black;
}

.cars-carousel .main-pagination .swiper-pagination-bullet {
    transition: .4s ease width, .4s ease height;
}

.cars-carousel .main-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 5px;
    height: 5px;
}

.cars-carousel .main-pagination .swiper-pagination-bullet-active {
    background: #f8d448 !important;
}

html.mobile-menu-active {
    overflow-y: hidden;
}

.page-heading {
    padding: 110px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 60%);
    position: relative;
    color: white;
}

.page-heading h1 {
    font-size: 3rem;
    margin-bottom: -5px;
    letter-spacing: 1px;
}

.page-heading .container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.page-heading .bg-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-heading .bg-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.page-heading .breadcrumb {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-heading .breadcrumb .breadcrumb-item {
    color: white;
    text-decoration: none;
}

.page-heading .breadcrumb .item-link::after {
    content: '>';
    margin-left: 20px;
    font-size: 20px;
}

header {
    position: absolute;
    transition: .4s ease;
    width: 100%;
    z-index: 999;
}

header.sticky {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

.cars-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
}

.cars-grid-item {
    display: flex;
    flex-wrap: wrap;
}

.cars-grid-item .item-slider-wrapper {
    width: 100%;
    max-width: 250px;
}

.cars-grid-item .item-slider-wrapper {
    height: 250px;
    overflow: hidden;
}

.cars-grid-item .item-slider-wrapper, .cars-grid-item .item-slider-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cars-grid-item .item-content-wrapper {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

.cars-grid-item .item-left .item-title {
    font-weight: 500
}

.cars-grid-item .item-left .item-payment-selection p {
    font-weight: 400;
    margin-top: 2rem;
    color: red;
}

.cars-grid-item .item-left .payment-options {
    display: flex;
    gap: 1rem;
    font-size: .85rem;
    flex-wrap: wrap
}

.cars-grid-item .item-left .payment-options div input {
    position: absolute;
    opacity: 0;
}

.cars-grid-item .item-left .payment-options label {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: .5rem .75rem;
    cursor: pointer;
    transition: .4s ease;
}

.cars-grid-item .item-left .payment-options input:hover ~ label {
    background: #eee;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05)
}

.cars-grid-item .item-left .payment-options input:checked ~ label {
    background: #051036;
    color: white;
}

.cars-grid-item .item-rating {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.cars-grid-item .item-rating .rating-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cars-grid-item .item-rating .rating-point {
    background: #F8D448;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    font-weight: 600
}

.cars-grid .item-reservation-button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
    border-radius: 5px;
    transition: .4s ease;
    background: #051036;
    color: white;
    margin: 0;
    width: 100%;
    padding: 1rem 1.5rem;
    cursor: pointer;
}

.cars-grid .item-reservation-button:hover {
    background: #3554D1;
}

.cars-grid .item-reservation-button svg {
    width: 25px;
    height: 25px;
    margin-left: 1.5rem;
    transition: .4s ease;
}

.cars-grid .item-reservation-button svg path {
    fill: white;
}

.cars-grid .item-slider .nav-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    width: calc(100% - 2rem);
    height: 60px;
}

.cars-grid .item-slider .swiper-button-prev, .cars-grid .item-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100%;
    opacity: 0;
    transition: .4s ease;
}

.cars-grid .item-slider .swiper-button-prev::after, .cars-grid .item-slider .swiper-button-next::after {
    font-size: 13px;
    color: black;
}

.cars-grid .item-slider .swiper-button-prev:hover, .cars-grid .item-slider .swiper-button-next:hover {
    background: #f8d448;
}

.cars-grid .item-slider .swiper-pagination-bullet {
    background: white;
    opacity: 0;
    transition: .4s ease;
}

.cars-grid .item-slider .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.cars-grid .item-slider:hover .swiper-pagination-bullet {
    opacity: .5;
}

.cars-grid .item-slider:hover .swiper-button-prev, .cars-grid .item-slider:hover .swiper-button-next {
    opacity: 1;
}

@media (min-width: 0) and (max-width: 767px) {
    .cars-grid-item {
        height: auto;
        flex-direction: column;
    }

    .cars-grid {
        display: block;
    }

    .cars-grid-item .item-slider-wrapper {
        max-width: 100%;
    }

    .cars-grid-item .item-content-wrapper {
        flex-direction: column;
    }

    .cars-grid-item .item-right {
        margin-top: 1.75rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .cars-grid-item .item-rating {
        justify-content: center
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cars-grid-item .item-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .cars-grid-item .item-right {
        margin-top: 1.5rem;
    }

    .cars-grid-item .item-rating {
        justify-content: flex-start;
    }

    .cars-grid .item-reservation-button {
        padding: .5rem 1rem;
        font-size: .8rem
    }
}

@media (max-width: 1024px) {
    .home-page .bg-image img {
        width: 100%;
        height: 27%;
        object-fit: cover;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .cars-grid .item-reservation-button {
        padding: .5rem 1rem;
        font-size: .8rem
    }
}

.location-infos {
    background: white;
    box-shadow: inset 0 0 20px 0 rgba(0,0,0,.1);
    border-radius: 5px;
}

.location-infos .item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2rem;
}

.location-infos .item + .item {
    border-top: 1px solid #eee;
}

.location-infos .item span {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.location-infos .item small {
    font-size: .9rem;
    font-weight: 400;
    opacity: .7
}

.cars-grid hr {
    border: none;
    border-top: 1px solid #eee;
}

.map-area {
    margin-top: 20px;
    height: 250px;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.map-area .detail {
    width: 100%;
    height: 100%;
}





/* Yeni */
.booking-form {
    /* background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1); */
    /* border-radius: 4px; */
    display: flex;
    /* padding: 20px; */
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    /* padding-bottom: 40px; */
    width: 100%;
    flex-direction: column;
}

.booking-form.v2{
    padding: 0;
}

.booking-form .form-column {
    flex: auto;
}

.booking-form .form-column.column-from-to {
    display: flex;
    flex: 1;
    gap: 20px;
}

.booking-form .column-date-return-person {
    display: flex;
    flex: 1;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.booking-form .form-column.column-from-to .form-textbox::placeholder {
    opacity: 0;
}

.booking-form .form-column.column-from-to .form-input-container {
    flex: 1;
    position: relative;
}

.form-input-container.error {
    border-color: #ff0000 !important;
    background-color: #ff00000f;
}

.booking-form .form-column.column-from-to .form-input-container .form-input-block {
    position: relative;
}

.booking-form .form-column.column-from-to .form-input-container .form-input-block small {
    position: absolute;
    top: 20px;
    transition: all .3s ease;
}

.booking-form .form-column.column-from-to .form-input-container.active .form-input-block small {
    top: 100%;
}

.booking-form .form-column.column-from-to .form-input-container .form-input-block > label {
    transition: all .3s ease;
    position: relative;
    top: 0;
    white-space: nowrap;
}

.booking-form .form-column.column-from-to .form-input-container.active .form-input-block > label {
    position: relative;
    top: -5px;
    font-size: 10px;
}

.booking-form .form-input-container {
    display: flex;
    align-items: center;
    border: 1px solid #333;
    padding: 15px 20px;
    border-radius: 10px;
    height: 100%;
    height: 110px;
    background-color: rgba(0, 0, 0, .25);
    position: relative;
    width: 100%;
    flex: 1;
}

.form-date-container{ height: 110px !important;}
.form-date-container.v2{ height: 80px !important;}

.form-date-container.v2 .form-input-container.small > .form-input-block > label{ margin-bottom: 2px;}

.booking-form .form-date-container .form-input-container{
    height: auto !important;
}

.booking-form .form-input-container.small {
    align-items: flex-start;
}
.booking-form .form-input-container.small:has(.form-switch){
    flex: unset;
    width: 122px;
}

.booking-form .form-input-container.small > .form-input-block > label {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
    transition: all .3s ease;
}

.booking-form .form-input-container .form-input-icon {
    width: 40px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 30px;
    display: none;
}

.booking-form .form-input-container .form-input-icon img {
    width: 25px;
}

.booking-form .form-input-container .form-input-block {
    flex: 1;
}

.booking-form .form-input-container .form-input-block label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

.booking-form .form-input-container .form-input-block small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #999;
}

.booking-form .form-input-container .form-input-block .form-textbox {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.booking-form .form-input-group {
    height: 100%;
    display: flex;
    gap: 20px;
    flex: 1;
}
#formDateReturn{
    flex: 2;
}

.booking-form .form-input-group.fill {
    flex: 2;
}

.fill {
    flex: 1;
}

.form-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 35px;
    margin: 0;
    padding: 0;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #444;
    backdrop-filter: blur(10px);
}

.form-switch input {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.form-switch .form-switch-ball {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid #444;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    transition: all .3s ease;
    z-index: 3;
}

.form-switch input:checked ~ .form-switch-ball {
    left: calc(100% - 6px);
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, .85);
    backdrop-filter: calc();
}


.form-switch input:checked ~ .form-bg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--secondary); */
    background-color: #eccb3ab0;
    transition: all .3s ease;
}

.form-selectbox {
    /* position: relative; */
    height: 35px;
    display: flex;
    align-items: center;
}

.form-selectbox-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(255,255,255,.1);
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
}

.form-selectbox-option {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.form-selectbox-option:hover, .form-selectbox-option.active {
    background-color: #222;
}

.form-selectbox-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    width: 100%;
}

.form-selectbox-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #ddd;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.form-map-results {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 400px;
    background-color: #000;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(255,255,255,.1);
    max-height: 200px;
    overflow-y: auto;
}

.form-map-results li {
    list-style: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    font-weight: 500;
}

.form-map-results li i {
    margin-right: 10px;
    font-size: 20px;
}

.form-map-results li:hover {
    background-color: #222;
}

.form-date-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    cursor: pointer;
    z-index: 2;
}

.booking-form .form-input-container.date.active small {
    display: none;
}

#formDateReturn {
    display: none;
    /* border: 2px solid #eee; */
    border: 1px solid #333;
    border-radius: 10px;
    padding: 20px 15px;
}

#formDateReturn.error {
    border-color: #ff0000 !important;
    background-color: #ff00000f;
}

#formDateReturn .form-input-container {
    flex: 1;
    padding: 0;
    border: none;
    border-radius: 0;
    position: static;
}

#formDateReturn {
    position: relative;
}

#formDateReturn .form-input-container:last-child {
    border-left: 1px solid #eee;
    padding-left: 15px;
}

#formDateReturn .form-date-select {
    width: 0;
    height: 0;
}

#formDateReturn .form-input-block .dayNameString {
    display: none;
}

.booking-form .date-time-value {
    white-space: nowrap;
}

.booking-form .form-footer {
    /* position: absolute;
    flex: 0 0 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: calc(100% - 20px); */
    /* right: 20px; */
    width: 100%;
}

.booking-form .form-footer .btn {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
}

.booking-form .form-footer .btn.btn-primary {
    background-color: #12d069;
    color: #fff;
}

.booking-form .form-footer .btn.btn-primary:hover {
    background-color: #0fb85f;
}

.booking-form .form-footer .btn svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

@media (max-width: 1199px) {
    .booking-form .form-column.column-from-to, .booking-form .column-date-return-person {
        flex-direction: column;
    }

    .booking-form .column-date-return-person .form-input-container {
        width: 100%;
    }

    #formReturnAndPerson, #formReturnAndPerson .form-input-container {
        flex: unset;
        z-index: 0;
    }

    .booking-form {
        padding-bottom: 40px !important;
    }

    .booking-form .form-footer {
        width: 100%;
        position: static !important;
    }

    .booking-form .form-footer .btn {
        width: 100%;
        justify-content: center;
    }
}

.ui-form-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2.5rem;
    background-color: #051036;
    font-size: 13px;
    color: white;
    text-decoration: none;
    transition: .4s ease;
    border-radius: 4px;
    cursor: pointer;
}

.ui-form-button:hover {
    background-color: #3554D1;
}

.booking-total-price {
    font-size: 3rem;
    font-weight: 600;
    color: red;
    margin-bottom: 2.5rem;
}

.ui-form-label {
    font-size: .9rem;
    display: block;
    margin-bottom: .5rem;
    color: #555
}

.ui-form-label > span {
    color: red;
    font-weight: 600;
}

.ui-form-control {
    border: 1px solid #eee;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    font-size: .9rem;
    transition: .4s ease;
}

.ui-form-control.textarea {
    height: 120px;
    padding: 1rem;
}

.ui-form-control.textarea.v2 {
    height: 165px;
}

.ui-form-control, .ui-form-select {
    border: 1px solid #eee;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    font-size: .9rem;
    transition: .4s ease;
}

.ui-form-select {
    color: #777;
}

/* .ui-form-control:hover { box-shadow: 0 0 0 2px rgba(5, 16, 54, .5);}
.ui-form-control:focus { box-shadow: 0 0 0 2px rgba(5, 16, 54, 1);} */
.ui-form-control:hover { box-shadow: 0 0 0 2px rgba(201, 173, 11, 0.5);}
.ui-form-control:focus { box-shadow: 0 0 0 2px rgba(201, 173, 11, 1);}


.ui-form-control.err { box-shadow: 0 0 0 2px rgb(201, 11, 11) !important;}

div:has(> input.err){ position: relative;}
div:has(> input.err)::before{ font-size: 13px; font-weight: 500; color: rgb(201, 11, 11); content: 'Invalid Number'; position: absolute; right: 0; top: -3px; transform: translateY(-100%);}

.services-table {
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 3px;
}

.services-table .table-row {
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.services-table .table-row .item-left {
    flex: 1;
    overflow: hidden;
    word-break: break-word;
    padding-right: 1rem
}

.services-table .table-row:last-child {
    border: none;
}

.services-table .table-row.table-header {
    background: #051036;
    color: white;
    padding: 1rem 3rem
}

.ui-checkbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ui-checkbox span {
    margin-left: 1rem;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 3rem;
    overflow: hidden;
}

.ui-checkbox input {
    position: absolute;
    opacity: 0;
}

.ui-checkbox span::before {
    position: absolute;
    left: 0;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin-right: 1.5rem;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==');
    transition: .4s ease;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: -1
}

.ui-checkbox span::after {
    position: absolute;
    left: 0;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: .4s ease;
    z-index: 2;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1) inset;
}

.ui-checkbox input:hover ~ span::before {
    opacity: .5
}

.ui-checkbox input:checked ~ span::before {
    opacity: 1
}

.ui-checkbox.radio span {
    position: relative;
}

.ui-checkbox.radio span::before {
    background-image: unset;
    background-color: #333;
    width: .9rem;
    height: .9rem;
    top: .3rem;
    left: .375rem;
    border-radius: 1px;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.txt-sm {
    font-size: 13px;
    color: #888;
}

/* --------------------------------------- */
/* -------- RESERVATION TEMPLATES -------- */
/* --------------------------------------- */
.reservation-container { --w: 350px; --gap: 20px; display: flex; gap: var(--gap);}
.reservation-container.v2 { --gap: 30px;}
.reservation-container.reverse { flex-direction: row-reverse;}
.reservation-container > .l { width: calc(100% - (var(--w) + var(--gap))); max-width: calc(100% - (var(--w) + var(--gap)));}
.reservation-container > .r { width: var(--w); min-width: var(--w);}
.reservation-container > .r > div { position: sticky; top: 15px;}

/* ============================================================
   LANGS WRAPPER — dark glass dropdown
   ============================================================ */
.langs-wrapper {
    position: relative;
}

/* ── Trigger button ── */
.langs-wrapper .front {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 10px;
    padding: 7px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, border-color .2s;
    white-space: nowrap;
    user-select: none;
}
.langs-wrapper .front:hover,
.langs-wrapper:has(.back.active) .front {
    background: rgba(201,168,76,.1);
    border-color: rgba(201,168,76,.28);
}
.langs-wrapper .front img {
    width: 22px;
    height: 15px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 1px 4px rgba(0,0,0,.35);
    flex-shrink: 0;
}
.langs-wrapper .front span {
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
    opacity: .85;
}
.langs-wrapper .front i {
    font-size: 11px;
    opacity: .55;
    transition: transform .22s;
}
.langs-wrapper:has(.back.active) .front i {
    transform: rotate(180deg);
}

/* ── Dropdown panel ── */
.langs-wrapper .back {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 140px;
    background: rgba(10,10,20,.97);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    backdrop-filter: blur(24px);
    box-shadow: 0 20px 50px rgba(0,0,0,.55);
    padding: 6px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(.97);
    transition: opacity .2s, transform .2s;
    overflow: hidden;
}
.langs-wrapper .back.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) scale(1);
}

/* ── Items inside dropdown ── */
.langs-wrapper .back > button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 9px 12px;
    border-radius: 9px;
    background: transparent;
    border: none;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .16s, color .16s;
    text-align: left;
    letter-spacing: .3px;
}
.langs-wrapper .back > button:hover {
    background: rgba(201,168,76,.1);
    color: #c9a84c;
}
.langs-wrapper .back > button:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.05);
    border-radius: 9px 9px 0 0;
}
.langs-wrapper .back > button img {
    width: 22px;
    height: 15px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 1px 4px rgba(0,0,0,.35);
    flex-shrink: 0;
}
.langs-wrapper .back > button span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
}

.social-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 6px;
    padding-left: 20px;
    border-left: 1px solid rgba(5, 16, 54, 0.2);
}

.social-wrapper > a {
    font-size: 20px;
    transition: all .2s ease;
    display: flex;
    color: #1a1a1a;
}

.social-wrapper > a:hover {
    color: #0a58ca;
}

.shadow-header {
    display: none;
    height: 100px;
}

.sticky ~ .shadow-header {
    display: block;
}

/* header:not(.sticky) {
    max-width: calc(100% - 40px);
    margin: 0 auto;
} */

.mobile-wp {
    --size: 60px;
    font-size: 35px;
    padding-bottom: 1px;
    margin-right: 10px;
    color: #fff;
    background-color: #25D366;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 5;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .2);
}

@media screen and (max-width: 1199px) {
    .langs-wrapper {
        margin-right: 10px;
    }

    .social-wrapper {
        border-left: none !important;
        padding-left: 0 !important;
    }

    /* header:not(.sticky) {
        max-width: unset;
    } */

    .mobile-wp {
        left: 10px;
        bottom: 10px;
    }
}

/* --------------------------------------- */
/* ----------- BIDO TEMPLATES ------------ */
/* --------------------------------------- */


.bd-template-1{ display: grid; grid-template-columns: 1fr 90px 80px; gap: 20px; align-items: center;}
.bd-template-1 > div{}
.bd-template-1 > div:nth-child(1){ display: flex; flex-direction: column; gap: 2px;}
.bd-template-1 > div:nth-child(1) strong{ font-size: 13px; font-weight: 600;}
.bd-template-1 > div:nth-child(1) span{ font-size: 12px; font-weight: 300; opacity: .5;}
.bd-template-1 > div:nth-child(2){}
.bd-template-1 > div:nth-child(3){ text-align: end;}
.bd-template-1 > div:nth-child(3) strong{ font-size: 16px; font-weight: 500;}


.bd-template-2 { display: flex; gap: 10px; width: 100%;}
.bd-template-2 > button { flex: 1; height: 45px; border-radius: 3px; gap: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 15px; border: 2px solid #eee; background-color: white; position: relative; transition: all .2s ease; cursor: pointer;}
.bd-template-2 > button.active { /* border-color: var(--green); color: var(--green); */ border-color: #dacc0c; color: #dacc0c;}
.bd-template-2 > button strong { font-size: 13px; font-weight: 500; line-height: 1;}
.bd-template-2 > button del { font-size: 11px; color: #888; line-height: 1;}
.bd-template-2 > button > div { --size: 15px; /* background-color: var(--green); */ background-color: #dacc0c; font-size: 9px; position: absolute; left: 0; top: 0; width: var(--size); height: var(--size); display: flex; align-items: center; justify-content: center; color: white; border-radius: 50%; transform: translate(-50%, -50%); opacity: 0; pointer-events: none; transition: all .2s ease;}
.bd-template-2 > button.active > div { opacity: 1; pointer-events: all;}

.bd-template-3{ display: grid; grid-template-columns: 200px 1fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid #eee;}
.bd-template-3 > div{}
.bd-template-3 > div:nth-child(1){}
.bd-template-3 > div:nth-child(1) strong{ font-size: 16px; font-weight: 500;}
.bd-template-3 > div:nth-child(2){ font-size: 14px; font-weight: 400;}
.bd-template-3 > div:nth-child(2) p{ font-size: inherit;}
.bd-template-3 > div:nth-child(2) ul{ padding-left: 20px;}
.bd-template-3 > div:nth-child(2) ul li{ font-size: inherit; padding: 5px 0;}
.bd-template-3 > div:nth-child(2) ul.custom{ list-style: none; padding-left: 0;}
.bd-template-3 > div:nth-child(2) ul.custom > li{ display: flex; align-items: flex-start; gap: 10px;}
.bd-template-3 > div:nth-child(2) ul.custom > li > div{}
.bd-template-3 > div:nth-child(2) ul.custom > li.success > div{ color: #0fb85f;}
.bd-template-3 > div:nth-child(2) ul.custom > li.warning > div{ color: #f8b820;}
.bd-template-3 > div:nth-child(2) ul.custom > li.danger > div{ color: #ff0000;}
.bd-template-3 > div:nth-child(2) ul.custom > li > span{}


.bd-print{ max-width: 1000px; width: 100%; margin: 0 auto 10px; display: flex; justify-content: flex-end;}
.bd-print > button{ font-size: 13px; font-weight: 400; gap: 5px; background-color: transparent; border: none; outline: none; padding: 0; display: flex; align-items: center; cursor: pointer;}
.bd-print > button i{ font-size: 1.15em;}

/* .bd-template-4{ max-width: 1000px; width: 100%; margin: 0 auto 20px; padding: 50px; background-color: rgba(254, 238, 21, 0.1); display: flex; flex-direction: column; align-items: center; text-align: center; border-radius: 10px;} */
.bd-template-4{ max-width: 1000px; width: 100%; margin: 0 auto 20px; padding: 50px; background-color: #fffde7; display: flex; flex-direction: column; align-items: center; text-align: center; border-radius: 10px;}
.bd-template-4 .icon{ --size: 70px; line-height: 1; font-size: 45px; margin-bottom: 20px; width: var(--size); height: var(--size); display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: #f8d448; color: #000;}
.bd-template-4 .icon i{}
.bd-template-4 h2{ font-size: 36px; font-weight: 600;}
.bd-template-4 .number{ font-size: 14px; margin-top: 10px; gap: 10px; display: flex; align-items: center;}
.bd-template-4 .number span{ padding: 3px 10px; font-size: 18px; font-weight: 600; background-color: var(--primary); color: var(--secondary); border-radius: 6px;}
.bd-template-4 .txt-area{ gap: 20px; margin-top: 20px; display: flex; flex-direction: column;}
.bd-template-4 .txt-area p{ font-size: 14px; font-weight: 400;}
.bd-template-4 .txt-area p strong{ font-weight: 600;}



.bd-template-5{ width: 100%; position: relative; display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 10px;}
.bd-template-5::before{ content: ''; display: inline-block; position: absolute; top: 100%; height: 2px; width: 100%; background: linear-gradient(90deg, var(--light-blue) 5px, white 5px); background-size: 10px 100%; background-repeat: repeat;}
.bd-template-5 span{ font-weight: 600; font-size: 13px; color: var(--light-blue); line-height: 1;}
.bd-template-5 i{ display: flex; align-items: center; justify-content: center; font-size: 32px;}
.bd-template-5 i:nth-of-type(1){ color: var(--secondary-dark);}
.bd-template-5 i:nth-of-type(2){ color: #0fb85f;}

.bd-template-6{ display: flex; align-items: flex-end; justify-content: space-between;}
.bd-template-6 > div{ flex: 1; display: flex; flex-direction: column; padding-top: 20px;}
.bd-template-6 > div:last-child{ text-align: end;}
.bd-template-6 > div.content{ position: relative;}
.bd-template-6 > div.content::before{ content: ''; display: inline-block; position: absolute; bottom: 0; border-top: 2px solid; width: 50px;}
.bd-template-6 > div.content:nth-of-type(1)::before{ border-color: var(--secondary-dark); left: 0;}
.bd-template-6 > div.content:nth-of-type(3)::before{ border-color: #0fb85f; right: 0;}
.bd-template-6 > div.content small{ font-weight: 500; font-size: 13px; color: var(--light-blue);}
.bd-template-6 > div.content strong{ font-weight: 600; font-size: 18px;}
.bd-template-6 > div.content p{ font-size: 14px; font-weight: 400;}
.bd-template-6 > div.info{ display: flex; gap: 20px; text-align: center; flex-direction: row; justify-content: center;}
.bd-template-6 > div.info span{ color: var(--primary); background-color: var(--secondary); padding: 3px 10px; margin-bottom: 6px; font-weight: 600; font-size: 15px; border-radius: 6px;}
.bd-template-6 > div.info p{ font-size: 13px; font-weight: 400; margin: 0;}
.bd-template-6 > div.info > div{ display: flex; flex-direction: column;}



.bd-template-7{ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; flex-direction: column; margin-bottom: 30px;}
.bd-template-7 .t{ font-size: 16px; display: flex; align-items: center; gap: 5px;}
.bd-template-7 .t svg{ height: 23px; transform: translateY(-1px);}
.bd-template-7 .t span{ font-weight: 400;}
.bd-template-7 .t strong{ font-weight: 600;}
.bd-template-7 .b{ display: flex; align-items: center; gap: 7px;}
.bd-template-7 .b strong{ opacity: .5; font-weight: 500;}





.bd-counter{ --size: 25px; display: flex; gap: 5px;}
.bd-counter > button{ transform: scale(.75); opacity: .75; font-size: 15px; width: var(--size); height: var(--size); border-radius: 50%; background-color: #f8d448; color: #000; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .3s ease;}
.bd-counter > button:hover{ transform: scale(.85); opacity: 1;}
.bd-counter > button:active{ transform: scale(.75); opacity: .75;}
.bd-counter > input{ font-size: 13px; height: var(--size); width: 30px; border: 1px solid #ddd; border-radius: 2px; outline: none; background-color: #fff; text-align: center; font-weight: 300;}

.light-err .bd-counter > button.up{ transform: scale(1); opacity: 1; box-shadow: 0 0 10px 0 rgba(248, 213, 72, 1);}


.wrapper-template-1 { display: flex; flex-direction: column; gap: 30px;}
.wrapper-template-2 { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr);}
.wrapper-template-3 { display: flex; flex-direction: column; gap: 15px;}
.wrapper-template-4 { display: grid; gap: 15px; grid-template-columns: repeat(2, 1fr);}
.wrapper-template-4 > div:nth-child(2){ display: flex; justify-content: center;}
.wrapper-template-5{ display: flex; flex-direction: column;}



.wrapper-template-1:has(> .logo){ position: relative;}
.wrapper-template-1 > .logo{ position: absolute; left: 30px; top: 25px;}
.wrapper-template-1 > .logo img{ height: 55px;}


.hr-line{
    width: 100%;
    height: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}


div:not(.acitve-pdf) > .just-pdf{ display: none;}
/* #pdf-content{width: 21cm; position: absolute; top: -9999999px;} */
#pdf-content{width: 25cm; position: absolute; top: -9999999px;}


.bd-table-1{}
.bd-table-1 .h{ border-bottom: 1px solid #ddd; margin-bottom: 6px;}
.bd-table-1 .h,
.bd-table-1 .b > div{ display: grid; grid-template-columns: 220px 300px 1fr 70px 70px;}
.bd-table-1 .h > div{ padding: 6px 0; font-size: 14px;}
.bd-table-1 .b > div{}
.bd-table-1 .b > div > div{ font-size: 13px; font-weight: 400; padding: 6px 0;}
.bd-table-1 .b > div > div:nth-last-child(1),
.bd-table-1 .b > div > div:nth-last-child(2){ font-weight: 600; text-align: center;}



/* Bido Template 1 */
.bido-template-1 { box-shadow: 0 0 25px 0 rgba(34, 41, 47, .1); border-radius: 10px;}
.bido-template-1 > .h { padding: 20px; background-color: #eee; position: relative; border-radius: 10px 10px 0 0;}
.bido-template-1 > .h strong { font-size: 16px; font-weight: 500;}
.bido-template-1 > .h .switch { position: absolute; right: calc(20px + 30px); top: 50%; transform: translateY(-50%);}
.bido-template-1 > .b { padding: 20px;}
.bido-template-1 > .b .txt-area { display: flex; flex-direction: column; gap: 10px;}
.bido-template-1 > .b .txt-area > div { display: flex; flex-direction: column; gap: 3px;}
.bido-template-1 > .b .txt-area > div > b { font-size: 14px; font-weight: 500; color: #888;}
.bido-template-1 > .b .txt-area > div > p { font-size: 13px;}
.bido-template-1 > .b .table-area { padding-top: 20px; margin-top: 10px; border-top: 1px solid #e8ecef; display: flex; flex-direction: column; gap: 12px;}
.bido-template-1 > .b .table-area.v2 { border-top: none; padding-top: 0; margin-top: 0;}
.bido-template-1 > .b .table-area > div { font-size: 13px; gap: 5px; display: flex; align-items: center; justify-content: space-between;}
.bido-template-1 > .b .table-area:not(.no-border) > div.total { border-top: 1px solid #e8ecef; margin-top: 15px; padding-top: 15px;}
.bido-template-1 > .b .table-area > div.total > div:nth-child(1) { opacity: 1 !important;}
.bido-template-1 > .b .table-area > div.total > div:nth-child(2) { font-size: 20px;}
.bido-template-1 > .b .table-area > div.red { color: #d93f3f;}
.bido-template-1 > .b .table-area > div > div:nth-child(1) { color: #888; display: flex; align-items: center;}
.bido-template-1 > .b .table-area.v2 > div > div:nth-child(1) { color: inherit; opacity: .7;}
.bido-template-1 > .b .table-area > div > div:nth-child(1) i { font-size: 17px; width: 20px; text-align: center; margin-right: 7px;}

/* Bido Template 2 */
.bido-template-2 {
    display: flex;
    box-shadow: 0 0 25px 0 rgba(34, 41, 47, .1);
    border-radius: 10px;
    overflow: hidden;
}

.bido-template-2 .img {
    display: flex;
    width: 300px;
    min-width: 300px;
    aspect-ratio: 1;
    position: relative;
}

.bido-template-2 .img .swiper {
    position: relative;
}

.bido-template-2 .img .swiper .swiper-slide {
    display: flex;
}

.bido-template-2 .img .swiper .swiper-slide img {
    aspect-ratio: 1;
    object-fit: cover;
}

.bido-template-2 .detail {
    padding: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.bido-template-2 .detail .top .info {
    gap: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8ecef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bido-template-2 .detail .top .info > strong {
    font-size: 20px;
    font-weight: 500;
}

.bido-template-2 .detail .top .info .icons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.bido-template-2 .detail .top .info .icons > span {
    white-space: nowrap;
    color: #888;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.bido-template-2 .detail .top .info .icons > span i {
    font-size: 26px;
    color: #f8b820;
}

/* .bido-template-2 .detail .top .options { display: flex; gap: 10px; margin-top: 15px; flex-wrap: wrap;}
.bido-template-2 .detail .top .options > div { width: 90px; min-width: 90px; color: #888; background-color: #fafafa; border-radius: 10px; padding: 10px; display: flex; flex-direction: column; gap: 5px; align-items: center; text-align: center; max-width: 90px;}
.bido-template-2 .detail .top .options > div .icon { font-size: 20px;}
.bido-template-2 .detail .top .options > div span { font-size: 12px;}
.bido-template-2 .detail .bottom .price-area > span { font-size: 12px; color: #888;} */
.bido-template-2 .detail .top .options { display: flex; gap: 15px; margin-top: 15px; flex-wrap: wrap; border-bottom: 1px solid #f0f4f6; padding-bottom: 10px;}
.bido-template-2 .detail .top .options > div { color: #b3b2a1; background-color: rgba(254, 238, 21, 0.05); border-radius: 10px; padding: 10px; display: flex; gap: 7px; align-items: center;}
.bido-template-2 .detail .top .options > div .icon { font-size: 20px;}
.bido-template-2 .detail .top .options > div span { font-size: 12px; white-space: nowrap;}
.bido-template-2 .detail .bottom .price-area > span { font-size: 12px; color: #888;}

.bido-template-2 .detail .bottom .price-area > div { --green: #51b400; margin-top: 10px; display: flex; justify-content: space-between;}
.bido-template-2 .detail .bottom .price-area > div .prices { display: flex; gap: 10px;}
.bido-template-2 .detail .bottom .price-area > div .prices > button { height: 52px; border-radius: 3px; gap: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 15px; border: 2px solid #eee; background-color: white; position: relative; transition: all .2s ease; cursor: pointer;}
.bido-template-2 .detail .bottom .price-area > div .prices > button.active { /* border-color: var(--green); color: var(--green); */ border-color: #dacc0c; color: #dacc0c;}
.bido-template-2 .detail .bottom .price-area > div .prices > button strong { font-size: 13px; font-weight: 500; line-height: 1;}
.bido-template-2 .detail .bottom .price-area > div .prices > button del { font-size: 11px; color: #888; line-height: 1;}
.bido-template-2 .detail .bottom .price-area > div .prices > button > div { --size: 15px; /* background-color: var(--green); */ background-color: #dacc0c; font-size: 9px; position: absolute; left: 0; top: 0; width: var(--size); height: var(--size); display: flex; align-items: center; justify-content: center; color: white; border-radius: 50%; transform: translate(-50%, -50%); opacity: 0; pointer-events: none; transition: all .2s ease;}
.bido-template-2 .detail .bottom .price-area > div .prices > button.active > div { opacity: 1; pointer-events: all;}

.bido-template-2 .detail .bottom .price-area > div > a {
    background-color: var(--green);
    border: 1px solid var(--green);
    color: #fff;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    max-width: 120px;
    text-align: center;
    font-size: 13px;
    line-height: 1.25;
    transition: all .2s ease;
    border-radius: 3px;
}

.bido-template-2 .detail .bottom .price-area > div > a:hover {
    background-color: white;
    color: var(--green);
}

.bido-template-2 .detail .bottom .price-area > div > button {
    cursor: pointer;
    /* background-color: var(--green);
    border: 1px solid var(--green); */
    /* color: #fff; */
    background-color: #feee15;
    border: 1px solid #feee15;
    color: #000;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    max-width: 120px;
    text-align: center;
    font-size: 13px;
    line-height: 1.25;
    transition: all .2s ease;
    border-radius: 3px;
}

.bido-template-2 .detail .bottom .price-area > div > button:hover {
    background-color: white;
    color: var(--green);
}

.bido-template-2 .detail .bottom .price-area > div > button i{ display: none;}

/* Bido Template 3 */
.bido-template-3 {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.bido-template-3 .txt p {
    margin-bottom: 5px;
}

/* Bido Template 4 */
.bido-template-4 {
    height: 40px;
    display: flex;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
}

.bido-template-4 input {
    background-color: transparent;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
}

.bido-template-4 button {
    background-color: rgba(5, 16, 54, 0.05);
    border-left: 1px solid #ddd;
    width: fit-content;
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

/* --------------------------------------- */
/* ----------- CARD TEMPLATES ------------ */
/* --------------------------------------- */
.card-template-1 {
    box-shadow: 0 0 25px 0 rgba(34, 41, 47, .1);
    border-radius: 10px;
    overflow: hidden;
}

.card-template-1.space{
    padding: 25px;
}

.card-template-1 > .h {
    padding: 25px;
    position: relative;
}

.card-template-1 > .h h3 {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-template-1 > .h h3 i {
    font-size: 26px;
    /* color: var(--main-color); */
    color: var(--secondary-dark);
}

.card-template-1 > .h .switch {
    position: absolute;
    right: calc(25px + 30px);
    top: 50%;
    transform: translateY(-50%);
}

.card-template-1 > .b {
    padding: 0 25px 25px;
}

/* .card-template-2 {
    position: relative;
}

.card-template-2 > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.card-template-2 > label {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    border: 2px solid #eee;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    cursor: pointer;
}

.card-template-2 > label.active {
    border-color: #51b400;
}

.card-template-2 > label .icons {
    display: flex;
    justify-content: space-between;
}

.card-template-2 > label .icons > i {
    font-size: 30px;
    color: #888;
}

.card-template-2 > label .icons > div {
    --size: 40px;
    font-size: 25px;
    color: #eee;
    border: 1px solid #eee;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.card-template-2 > label.active .icons > div {
    border-color: #51b400;
    color: #51b400;
}

.card-template-2 > label .txt {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.card-template-2 > label .txt > strong {
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

.card-template-2 > label .txt > div {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
} */

/* .card-template-2 > input:checked + label { border-color: #51b400;}
.card-template-2 > input:checked + label .icons > div { color: #51b400; border-color: #51b400;}
.card-template-2 > input[type="radio"]:checked + label { border-color: #51b400;}
.card-template-2 > input[type="radio"]:checked + label .icons > div { color: #51b400; border-color: #51b400;} */
/* .card-template-2 > input:checked + label { border-color: var(--secondary-dark);}
.card-template-2 > input:checked + label .icons > div { color: var(--secondary-dark); border-color: var(--secondary-dark);}
.card-template-2 > input[type="radio"]:checked + label { border-color: var(--secondary-dark);}
.card-template-2 > input[type="radio"]:checked + label .icons > div { color: var(--secondary-dark); border-color: var(--secondary-dark);} */

/* .card-template-3 {
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 10px;
    transition: all .2s ease;
    cursor: pointer;
}

.card-template-3.active {
    border-color: var(--secondary-dark);
}

.card-template-3 > .h {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-template-3 > .h .l {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 40px;
}

.card-template-3 > .h .l::before {
    --size: 20px;
    border: 1px solid #ddd;
    color: white;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease;
    font-family: 'Line Awesome Free';
    content: '';
    font-weight: 700;
}

.card-template-3.active > .h .l::before {
    background-color: var(--secondary-dark);
}

.card-template-3 > .h .l strong {
    font-weight: 500;
    font-size: 14px;
}

.card-template-3 > .h .l span {
    font-size: 12px;
    color: #888;
}

.card-template-3 > .h .r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    text-align: end;
}

.card-template-3 > .h .r strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.card-template-3 > .h .r > span {
    color: var(--main-color);
    font-size: 12px;
}

.card-template-3 .btn-green { opacity: 0; transition: all .2s ease; pointer-events: none;}
.card-template-3.active .btn-green { opacity: 1; pointer-events: all;} */

.form-template-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 25px;
}

.form-template-1 ._1 { grid-column: span 1 / span 1;}
.form-template-1 ._2 { grid-column: span 2 / span 2;}
.form-template-1 ._4 { grid-column: span 4 / span 4;}
.form-template-1 .__4 { grid-column: span 4 / span 4;}

.form-template-1 .custom-v1 { gap: 20px 25px; display: grid; grid-template-columns: 90px 90px 1fr; grid-column: span 4 / span 4;}

.align-right { display: flex; align-items: center; justify-content: flex-end;}



.form-template-2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 25px;}
.form-template-2 ._1{ grid-column: span 1 / span 1;}
.form-template-2 ._3{ grid-column: span 3 / span 3;}

@media screen and (max-width: 1280px) {
    .form-template-2{ display: flex; flex-direction: column;}
    .reservation-container.reverse{ flex-direction: column-reverse;}
}



select.ui-form-control { -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: '';}
select.ui-form-control::-ms-expand { display: none;}

div:has( > select.ui-form-control) { position: relative;}
div:has( > select.ui-form-control)::before{ content: ''; display: inline-block; font-size: 11px; font-weight: 900; color: #000; position: absolute; right: 10px; bottom: 12px; font-family: 'Line Awesome Free'; content: '\f107';}


.input-template-1 {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.input-template-1 label {
    font-size: 13px;
    font-weight: 400;
    color: #4d4f57;
}

.input-template-1 > div {
    display: flex;
}

.input-template-1 > div button {
    height: 40px;
    aspect-ratio: 1;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-right: 0;
}

.input-template-1 > div button + input {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.input-template-1 > div :is(input, select, textarea) {
    font-size: 13px;
    height: 40px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 12px;
    border-radius: 3px;
}

.input-template-1 > div :is(input, select, textarea)::placeholder {
    opacity: .6;
}

.input-template-1 > div textarea {
    height: 150px;
}

.chckbx {
    position: relative;
}

.chckbx input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    transform: translate(6.5px, 8px);
    top: 0;
    width: 2px;
    height: 2px;
}

.chckbx input[type="checkbox"]::before {
    box-sizing: border-box;
    transition: all .1s ease;
    box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, 1);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgb(214, 220, 232);
    background-color: white;
    width: 17px;
    height: 17px;
    border-radius: 3px;
}

.chckbx input[type="checkbox"]:checked::before {
    font-size: 11px;
    font-weight: 900;
    color: white;
    border-color: unset;
    background-color: #f8b820;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    font-family: 'Line Awesome Free';
    content: '\f00c';
}

.chckbx input[type="checkbox"]::before, .chckbx input[type="checkbox"]:checked:before {
    transform: translate(-6.5px, -5.5px);
}

.chckbx label {
    padding-left: 23px;
    font-size: 12px;
    color: #555;
    font-weight: 500;
}

.chckbx label a {
    text-decoration: none;
    color: black;
}

.chckbx label a:hover {
    text-decoration: underline;
}

.btns-wrapper-1 {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

/* --------------------------------------- */
/* --------------- BUTTONS --------------- */
/* --------------------------------------- */
.btn {
    cursor: pointer;
    padding: 10px 20px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    border-radius: 3px;
    transition: .2s ease;
}

.btn-blue {
    background-color: #051036;
    border: 1px solid #051036;
    color: white;
}

.btn-blue:hover {
    background-color: #fff;
    color: #051036;
}

.btn-green { background-color: #51b400; border: 1px solid #51b400; color: white;}
.btn-green:hover { background-color: #fff; color: #51b400;}

.btn-green { background-color: var(--secondary); border: 1px solid var(--secondary); color: #000;}
.btn-green:hover { background-color: #fff; color: var(--secondary);}

.btn-red { background-color: #d93f3f; border: 1px solid #d93f3f; color: white;}
.btn-red:hover { background-color: #fff; color: #d93f3f;}
.btn-gray-outlined { background-color: #fff; border: 1px solid #ddd; color: #051036;}

/* .btn-gray-outlined.active { border-color: #51b400; color: #51b400;} */
.btn-gray-outlined.active { border-color: var(--secondary-dark); color: var(--secondary-dark);}


/* .btn-wait { background-color: #fff3cd; border: 1px solid #ffeeba; color: #856404;}
.btn-approved { background-color: #d4edda; border: 1px solid #c3e6cb; color: #155724;}
.btn-rejected { background-color: #f8d7da; border: 1px solid #f5c6cb; color: #721c24;} */
.btn-wait { background-color: #ffb730; color: #4d3900;}
.btn-approved { background-color: #12d069; color: #fff;}
.btn-rejected { background-color: #ff0000; color: #fff;}


footer {
    width: 100%;
    background-color: #fff;
}

footer .footer {
    width: 100%;
}

footer .footer > div {
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .footer > div .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .footer > div .left > b {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-shadow: -1px 4px 1px #d9d9d9;
}

footer .footer > div .left > img {
    height: 40px;
}

footer .footer > div .left .agent {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

footer .footer > div .left .agent > span {
    font-size: 11px;
    color: #333;
}

footer .footer > div .left .agent > a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
}

footer .footer > div .left .agent > a:hover {
    text-decoration: underline;
}

footer .footer > div .left .contact {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

footer .footer > div .left .contact > strong {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

footer .footer > div .left .contact > a {
    transition: all .2s ease;
    font-size: 13px;
    gap: 10px;
    color: #333;
    display: flex;
    align-items: center;
    text-decoration: none;
}

footer .footer > div .left .contact > a:hover {
    color: black;
}

footer .footer > div .left .contact > a i {
    width: 7px;
    display: flex;
    justify-content: center;
}

footer .footer > div .left .social {
    display: flex;
    gap: 10px;
}

footer .footer > div .left .social a {
    font-size: 30px;
    color: black;
}

footer .footer > div .right {
    display: flex;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
}

footer .footer > div .right > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

footer .footer > div .right > div > a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    text-shadow: -1px 4px 1px #d9d9d9;
}

footer .footer > div .right > div > p {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    max-width: 250px;
}

footer .footer > div .right > div > div:not(.input) {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .footer > div .right > div > div:not(.input) > a {
    cursor: pointer;
    transition: all .2s ease;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
}

footer .footer > div .right > div > div:not(.input) > a:hover {
    color: black;
}

footer .footer > div .right > div > .input {
    display: flex;
    outline: 1px solid black;
    background-color: black;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
}

footer .footer > div .right > div > .input input {
    font-size: 13px;
    background-color: transparent;
    padding: 0 7px;
    border: none;
    width: 100%;
}

footer .footer > div .right > div > .input input::placeholder {
    color: #aaa;
    opacity: 1;
}

footer .footer > div .right > div > .input input:focus {
    outline: none;
}

footer .footer > div .right > div > .input button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-size: 13px;
    color: var(--main-dark-blue-txt);
}

/* footer .copy{ background-color: #051036; box-shadow: 0 0 15px 0 rgba(255, 255, 255, .2);} */
footer .copy {
    border-top: 1px solid #ddd;
}

footer .copy > div {
    width: 100%;
    max-width: 1200px;
    padding: 10px 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

footer .copy > div > div {
    flex: 1;
}

footer .copy > div .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

footer .copy > div .logo-wrapper .logo {
    height: 30px;
}

footer .copy > div .cr {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #000;
}

footer .copy > div .cards {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .copy > div .cards > a {
    height: 25px;
    aspect-ratio: 1.586;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 3px;
    border-radius: 5px;
}

footer .copy > div .cards > a img {
    height: 100%;
    object-fit: contain;
}

/* Newsletter */
/* .newsletter{ padding: 50px 15px; background-color: #fafafa; margin-top: 50px;} */
/* .newsletter {
    padding: 50px 15px;
    background-color: #051036;
    margin-top: 50px;
    color: #fff;
}

.newsletter > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter > div .l h3 {
    font-size: 25px;
    font-weight: 600;
    color: white;
}

.newsletter > div .l p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    color: white;
}

.newsletter > div .r form {
    display: flex;
    gap: 10px;
}

.newsletter > div .r form input {
    width: 200px;
    color: black;
}

.newsletter > div .r form button {
    height: 40px;
    color: #000000;
    background: white;
} */

/* @media screen and (max-width: 830px) {
    footer .footer > div {
        flex-direction: column;
    }
} */

@media screen and (max-width: 768px) {
    /* footer .copy > div {
        flex-direction: column;
        gap: 20px;
    }

    .newsletter > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    } */

    .page-heading h1 {
        text-align: center;
    }
}

@media screen and (max-width: 660px) {
    /* footer .footer > div {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        padding: 40px 30px;
    }

    footer .footer > div .right {
        flex-direction: column;
        gap: 50px;
    }

    footer .footer > div .right > div > .input {
        width: 200px;
    }

    footer .footer > div .right > div > div:not(.input) {
        gap: 10px;
    }

    footer .footer > div .right > div > p {
        max-width: unset;
    }

    footer .copy > div {
        padding: 10px 30px;
    } */
}

/* SWITCH */
.switch {
    position: relative;
    display: flex;
    align-items: center;
}

.switch input {
    cursor: pointer;
    width: 0;
    height: 0;
    position: absolute;
}

.switch input::before {
    transition: all .2s ease;
    content: '';
    padding: 2px;
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: #333;
    border-radius: 15px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.switch input::after {
    transition: all .2s ease;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    left: 2px;
    background-color: #777;
}

.switch input:checked::before {
    /* background-color: #51b400; */
    background-color: #e8db1a;
}

.switch input:checked::after {
    left: 2px;
    transform: translateX(100%) translateY(-50%);
    background: #555;
}

/* PAGINATION */
.pagination-template .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.pagination-template .swiper-pagination-bullet {
    background-color: #f5f5f5;
    opacity: .5;
}

.pagination-template .swiper-pagination-bullet-active {
    background-color: #f5f5f5;
    opacity: 1;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .reservation-container { flex-direction: column-reverse; max-width: 1000px; margin: 0 auto;}
    .reservation-container > .r { width: 100%; min-width: unset;}

    .reservation-container > .l{ width: 100%; max-width: 100%;}
}

@media screen and (max-width: 868px) {
    .pagination-template .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 15px;
        height: 5px;
    }

    .wrapper-template-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .bido-template-2 {
        padding-bottom: 160px;
        position: relative;
    }

    .bido-template-2 .img {
        width: 45%;
        min-width: unset;
        max-width: 300px;
        border-radius: 10px;
        overflow: hidden;
    }

    .bido-template-2 .detail {
        width: 55%;
        padding: 10px 15px;
    }

    .bido-template-2 .detail .top .info {
        flex-direction: column;
        gap: 10px;
        align-items: baseline;
    }

    .bido-template-2 .detail .top .info > strong {
        font-size: 14px;
        display: inline-block;
        position: relative;
        padding-bottom: 3px;
    }

    .bido-template-2 .detail .top .info > strong::before {
        content: '';
        display: inline;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 70px;
        height: 2px;
        background-color: #051036;
    }

    .bido-template-2 .detail .top .info .icons > span {
        font-size: 12px;
    }

    .bido-template-2 .detail .top .info .icons > span i {
        font-size: 20px;
    }

    .bido-template-2 .detail .top .options {
        gap: 15px;
    }

    .bido-template-2 .detail .top .options > div {
        padding: 0;
        background-color: transparent;
        width: fit-content;
        min-width: unset;
    }

    .bido-template-2 .detail .top .options > div span {
        display: none;
    }

    .bido-template-2 .detail .bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 15px 15px;
    }

    .bido-template-2 .detail .bottom .price-area > span {
        font-size: 11px;
        transform: translateY(17px);
        display: inline-block;
    }

    .bido-template-2 .detail .bottom .price-area > div {
        flex-direction: column;
        gap: 10px;
    }

    .bido-template-2 .detail .bottom .price-area > div > a {
        max-width: unset;
        width: 100%;
        height: fit-content;
        padding: 10px 0;
    }

    .bido-template-2 .detail .bottom .price-area > div .prices > button {
        flex: 1;
        padding: 10px 0;
    }

    .bido-template-2 .detail .bottom .price-area > div .prices > button strong {
        font-size: 12px;
    }

    .bido-template-2 .detail .bottom .price-area > div .prices > button del {
        font-size: 10px;
    }

    .bido-template-2 .detail .bottom .price-area > div > button {
        max-width: 170px;
        width: 100%;
        margin: 0 auto;
        height: 45px;
    }
}

@media screen and (max-width: 768px) {
    .form-template-1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
    }

    .form-template-1 ._4 {
        grid-column: span 2 / span 2;
    }
}

@media screen and (max-width: 668px) {
    .wrapper-template-2 {
        display: flex;
        flex-direction: column;
    }

    div:not(#pdf-content .card-template-1 > .b) > .card-template-3 > .h {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    div:not(#pdf-content .card-template-1 > .b) > .card-template-3 > .h .r {
        align-items: flex-start;
        text-align: start;
        padding-left: 40px;
    }

    div:not(#pdf-content .card-template-1 > .b > div > .b) >.bido-template-3 {
        flex-direction: column;
    }
}

@media (max-width:1024px) {
    .page-heading .bg-image img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: center 0rem;
    }
    .page-heading .container {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
    }
    .page-heading {
        padding: 110px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        color: white;
        background: rgb(0 0 0 / 47%);
    }
}


.service-item {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: .3s;
}
.service-item:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.service-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.service-content {
    padding: 10px;
}
.service-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.service-content p {
    font-size: 14px;
    color: #666;
}

.home-page h1 {
    margin-bottom: 0;
}


/* renkler */
:root {
    --light-btn-border : #ddd;
    --main-color : #51b400;
    --main-dark-blue-txt : #051036;
    --white-bg : 255, 255, 255;
    --white-o : 255, 255, 255, 0.8;
    --black-txt : #333;
}

.ajax-form.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c3c3c324;
    z-index: 999
}

.ajax-form.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 3px solid var(--light-btn-border);
    border-top: 3px solid var(--black-txt);
    border-radius: 50%;
    animation: 1s linear infinite spin;
    z-index: 1000
}
.ajax-form.loading,
.card-body,
.my-profile .image,
.sidebar-menu>ul li {
    position: relative
}


@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}



.home-page .booking{ margin: 0; transform: unset; height: fit-content; position: relative;}
.home-page .booking::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; height: 90%; pointer-events: none; z-index: 0; /* Elementin boyutları ne olursa olsun tam sağ üst köşeden sol alt köşeye çizgiçeken SVG background */ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cline x1='100%25' y1='0' x2='0' y2='100%25' stroke='%23fff' stroke-width='10' stroke-linecap='round' /%3E%3C/svg%3E"); background-size: 100% 100%; background-repeat: no-repeat; opacity: 0.8;}
.home-page .booking::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scaleX(-1); width: 90%; height: 90%; pointer-events: none; z-index: 0; /* Elementin boyutları ne olursa olsun tam sağ üst köşeden sol alt köşeye çizgiçeken SVG background */ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cline x1='100%25' y1='0' x2='0' y2='100%25' stroke='%23fff' stroke-width='10' stroke-linecap='round' /%3E%3C/svg%3E"); background-size: 100% 100%; background-repeat: no-repeat; opacity: 0.8;}

/* .form-error{ display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; font-size: 12px; word-break: break-all;} */
.form-error{ white-space: nowrap; font-size: 12px; font-weight: 400; opacity: .75;}

.bd-tabs-wrapper{ background-color: rgba(255, 255, 255, 0.05); backdrop-filter: blur(30px); border-radius: 20px; position: relative; z-index: 2; border: 1px solid #333; box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.15);}
.bd-tabs-wrapper .bd-tabs{ padding: 20px 20px 0; border-radius: 12px 12px 0 0; width: fit-content; z-index: 2; position: relative; gap: 10px; display: flex; width: 100%;}
.bd-tabs-wrapper .bd-tabs > button{ flex: 1; color: #aaa; border-radius: 12px; background-color: rgba(255, 255, 255, 0.1); border: 1px solid #555; outline: none; padding: 12px 20px; cursor: pointer; display: flex; align-items: center; position: relative; justify-content: center; white-space: nowrap;}
.bd-tabs-wrapper .bd-tabs > button.active{ background: linear-gradient(45deg, #997d01, #eccb3a, #ffe25f);  color: #1d1b07;}
.bd-tabs-wrapper .bd-tabs > button i{ font-size: 1.2em; margin-right: 5px; display: none;}
.bd-tabs-wrapper .bd-tabs > button::before{ content: ''; display: inline-block; position: absolute; left: 0; bottom: -20px; border-top: 1px solid #f9f9f9; width: 100%; display: none;}
.bd-tabs-wrapper .bd-tabs > button.active::before{ border-color: var(--secondary);}
.bd-tabs-wrapper .bd-contents{}
/* .bd-tabs-wrapper .bd-contents > div{ display: none; padding: 20px; background-color: #fff; box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25); border-radius: 0 12px 12px 12px;} */
.bd-tabs-wrapper .bd-contents > div{ display: none; padding: 20px; box-shadow: 0 15px 50px -10px rgba(0, 0, 0, .075); border-radius: 0 12px 12px 12px;}
.bd-tabs-wrapper .bd-contents > div.active{ display: flex;}

/* .booking-form .form-footer .btn.btn-primary{ background-color: var(--secondary); color: #1d1b07; width: 100%;} */
.booking-form .form-footer .btn.btn-primary{ background: unset; background-color: #ffe7082b !important; backdrop-filter: blur(100px); color: var(--secondary); border: 1px solid var(--secondary); width: 100%; border-radius: 12px; transition: all .2s ease;}
.booking-form .form-footer .btn.btn-primary:hover{ color: #000;}
.booking-form .form-footer .btn svg{ display: none;}


@media screen and (min-width: 768px){
    .bd-tabs-wrapper .bd-tabs > button br{ display: none;}
}



.bd-grid__2{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; width: 100%;}
.booking-form .column-date-return-person .bd-grid__2{ flex: 1;}

.spacing-1{ padding-top: 100px;}

/* footer{ border-top: 1px solid #f3f3f3; padding: 30px 0;}
footer > .t{}
footer > .t > div{ display: flex; justify-content: space-between; gap: 30px;}
footer > .t > div .l{ display: flex; flex-direction: column; gap: 20px;}
footer > .t > div .l .logo{ margin-bottom: 20px;}
footer > .t > div .l .logo img{ height: 55px;}
footer > .t > div .l .txt{ display: flex; flex-direction: column; font-size: 15px; gap: 3px;}
footer > .t > div .l .txt > strong{}
footer > .t > div .l .txt > p{ font-weight: 500; font-size: .8em; opacity: .75; margin-bottom: 0;}
footer > .t > div .r{ display: flex; gap: 40px; width: 100%; width: fit-content;}
footer > .t > div .r .menus{ display: flex; gap: 20px; width: fit-content;}
footer > .t > div .r .menus .menu{ width: 180px;}
footer > .t > div .r .cards{ display: flex; flex-direction: column; width: 200px; gap: 10px;}
footer > .t > div .r .cards > a{ display: flex; width: 100%;}
footer > .t > div .r .cards > a img{ width: 100%; object-fit: contain;}
footer > .b > div{ display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-top: 30px; padding-top: 30px; border-top: 1px solid #f3f3f3;}
footer > .b > div > div p{ margin: 0; font-size: 12px; font-weight: 500;} */
/* footer > .b > div > div{ flex: 1;} */
/* footer > .b > div > div:nth-child(1){}
footer > .b > div > div:nth-child(2){ display: flex; justify-content: center; text-align: center;}
footer > .b > div > div:nth-child(3){ display: flex; justify-content: flex-end;} */
/* footer > .t > div .r .cards > a:nth-child(1){ width: 200px;}
footer > .t > div .r .cards > a:nth-child(2){ width: 100%;} */


.social-template{ display: flex; align-items: center; gap: 10px;}
.social-template > a{ font-size: 20px;}


/* .swiper-template-1 .arrow{ --space: 5px; font-size: 20px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; background-color: transparent; border: none; outline: none; cursor: pointer; color: #fff;}
.swiper-template-1 .arrow.prev{ left: var(--space);}
.swiper-template-1 .arrow.next{ right: var(--space);} */
.swiper-template-1 .arrow{ --size: 22px; --space: -10px; font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; background-color: transparent; border: none; outline: none; cursor: pointer; color: #000; background-color: #feee15; width: var(--size); height: var(--size); display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all .2s ease; opacity: 0;}
.swiper-template-1:hover .arrow{ --space: 10px; opacity: .75;}
.swiper-template-1 .arrow:hover{ opacity: 1;}
.swiper-template-1 .arrow.prev{ left: var(--space);}
.swiper-template-1 .arrow.next{ right: var(--space);}
.swiper-template-1 .swiper-pagination-bullet{ background-color: #feee15; opacity: .3; width: 15px; height: 5px; border-radius: 99px;}
.swiper-template-1 .swiper-pagination-bullet-active{ background-color: #feee15; opacity: 1;}


.swiper-template-2{ padding-bottom: 40px;}
.swiper-template-2 .arrow{ --size: 22px; --space: -10px; font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; background-color: transparent; border: none; outline: none; cursor: pointer; color: #000; background-color: var(--secondary); width: var(--size); height: var(--size); display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all .2s ease; opacity: 0;}
.swiper-template-2:hover .arrow{ --space: 10px; opacity: .75;}
.swiper-template-2 .arrow:hover{ opacity: 1;}
.swiper-template-2 .arrow.prev{ left: var(--space);}
.swiper-template-2 .arrow.next{ right: var(--space);}
.swiper-template-2 .swiper-pagination-bullet{ background-color: var(--secondary); opacity: .3;}
.swiper-template-2 .swiper-pagination-bullet-active{ background-color: var(--secondary); opacity: 1;}
.swiper-template-2 .swiper-wrapper{ padding-top: 10px;}



.bd-tabs-template-1{ width: 100%; overflow-x: auto; min-height: 60px;}
.bd-tabs-template-1 ul{ --space: 60px; gap: var(--space); display: flex; align-items: center; justify-content: center; width: fit-content; margin: 0 auto; list-style: none; padding: 0; white-space: nowrap;}
.bd-tabs-template-1 ul li{}
.bd-tabs-template-1 ul li button{ font-size: 14px; position: relative; display: flex; align-items: center; gap: 10px; border: none; outline: none; background-color: transparent;}
.bd-tabs-template-1 ul li:not(:first-child) button::after{ left: calc((var(--space) / 2) * -1); content: '\f105'; display: inline-block; font-family: 'Line Awesome Free'; font-weight: 700; position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); pointer-events: none;}
.bd-tabs-template-1 ul li button::before{ --size: 20px; font-size: 10px; font-weight: 500; padding-top: 1px; border: 1px solid #e8ecef; content: ''; display: inline-block; width: var(--size); height: var(--size); min-width: var(--size); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-sizing: border-box; transition: all .2s ease;}
.bd-tabs-template-1 ul li:nth-child(1) button::before{ content: '1';}
.bd-tabs-template-1 ul li:nth-child(2) button::before{ content: '2';}
.bd-tabs-template-1 ul li:nth-child(3) button::before{ content: '3';}
.bd-tabs-template-1 ul li:nth-child(4) button::before{ content: '4';}
.bd-tabs-template-1 ul li:nth-child(5) button::before{ content: '5';}
.bd-tabs-template-1 ul li:nth-child(6) button::before{ content: '6';}
.bd-tabs-template-1 ul li button.current::before{ background-color: #feee15; border-color: #feee15; color: #000;}
.bd-tabs-template-1 ul li button.active::before{ content: '\f00c'; background-color: #feee15; border-color: #feee15; color: #000; font-family: 'Line Awesome Free'; font-weight: 700; padding-top: 2px;}



.big-slider{ border-radius: 16px;}
.big-slider .swiper-slide{ display: flex; aspect-ratio: 16/9;}
.big-slider .swiper-slide > img{ width: 100%; height: 100%; object-fit: cover;}


.thumb-slider{ margin-top: 15px; padding: 4px;}
.thumb-slider .swiper-slide{ border-radius: 12px; overflow: hidden; transition: all .3s ease; position: relative;}
.thumb-slider .swiper-slide::before{ content: ''; display: inline-block; position: absolute; inset: 0; border-radius: 12px; pointer-events: none; transition: all .2s ease; z-index: 2;}
.thumb-slider .swiper-slide img{ border-radius: 12px;}
.thumb-slider .swiper-slide-thumb-active::before{ box-shadow: inset 0 0 0 3px #feee15;}



.slider-template-1{ --swiper-theme-color: var(--secondary); --swiper-pagination-bullet-inactive-color: var(--secondary);}
.slider-template-1 .swiper-btn{ --size: 24px; --offset: 0px; font-size: 13px; border-radius: 50%; background-color: var(--secondary); color: var(--primary); width: var(--size); height: var(--size); position: absolute; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; z-index: 2; opacity: 0; transition: all .2s ease;}
.slider-template-1:hover .swiper-btn{ --offset: 10px; opacity: 1;}
.slider-template-1 .swiper-btn.prev{ left: var(--offset);}
.slider-template-1 .swiper-btn.next{ right: var(--offset);}

.slider-template-1 .swiper-pagination{ bottom: 0; opacity: 0; transition: all .2s ease;}
.slider-template-1:hover .swiper-pagination{ bottom: 8px; opacity: 1;}



.comment-slider{}
.comment-slider .swiper-slide{ height: auto;}

html{
    --main-border: rgba(0, 0, 0, 0.05);
    --main-white: #fff;
}

.comment-template-1{ height: 100%; background-color: var(--main-white); border-radius: 12px; border: 1px solid var(--main-border); padding: 25px; display: flex; flex-direction: column; gap: 15px; position: relative; overflow: hidden; transition: all .3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);}
.comment-template-1:hover{ border-color: var(--secondary); transform: translateY(-5px); box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .2);}
.comment-template-1 > .t{ display: flex; gap: 15px;}
.comment-template-1 > .t .img{ --size: 40px; width: var(--size); height: var(--size); min-width: var(--size); display: flex;}
.comment-template-1 > .t .img img{ width: 100%; height: 100%; object-fit: cover;}
.comment-template-1 > .t .detail{ display: flex; flex-direction: column; gap: 5px;}
.comment-template-1 > .t .detail > a{ display: flex; align-items: center; gap: 10px;}
.comment-template-1 > .t .detail > a:hover{ text-decoration: underline;}
.comment-template-1 > .t .detail > a > span{ font-size: 14px; font-weight: 500;}
.comment-template-1 > .t .detail > a > svg{ height: 15px; width: 15px;}
.comment-template-1 > .t .detail > div{ display: flex; align-items: center; gap: 10px;}
.comment-template-1 > .t .detail > div > span{ font-size: 12px; font-weight: 500; opacity: .5;}
.comment-template-1 > .t .detail > div > svg{ height: 18px; width: 60px;}
.comment-template-1 > .b{}
.comment-template-1 > .b .stars{}
.comment-template-1 > .b .comment{}
.comment-template-1 > .b .comment p{}

.comment-template-1::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));}


.stars-outer{ --fs: 20px; position: relative; display: flex;}
.stars-inner{ position: absolute; top: 0; left: 0; white-space: nowrap; overflow: hidden; width: 0%; display: flex; transition: all .3s ease;}
.stars-outer::before{ content: '\f005 \f005 \f005 \f005 \f005'; font-family: 'Line Awesome Free'; font-weight: 900; font-size: var(--fs); color: var(--light-blue);}
.stars-inner::before{ content: '\f005 \f005 \f005 \f005 \f005'; font-family: 'Line Awesome Free'; font-weight: 900; font-size: var(--fs); color: var(--secondary);}
.star-template{ display: flex; gap: 10px; color: var(--dark-blue); align-items: center; transform: translateY(-1px);}
.star-template.v2 .stars-outer{ --fs: 2rem;}
.star-template.v2.sm .stars-outer{ --fs: 1.5rem;}
.star-template.v2 span{ font-weight: 500; color: var(--gray); display: flex; align-items: center; gap: 7px;}
.star-template.v2 span small{ opacity: .5;}




.card { border-radius: 10px; perspective: 1000px; width: 100%; aspect-ratio: 1.6; max-width: 380px; height: fit-content;}
.card.flip .card-inner{ transform: rotateY(180deg);}
.card-inner { position: relative; width: 100%; height: 100%; border-radius: 10px; transition: transform 600ms ease; transform-style: preserve-3d; box-shadow: 0 0 25px 2px rgba(black, 0.2);}
.card-front,
.card-back { position: absolute; top: 0; width: 100%; height: 100%; border-radius: 10px; overflow: hidden; backface-visibility: hidden; background: linear-gradient(135deg, #161508 50%, #000000 50%);}
.card-front { border-radius: 10px; overflow: hidden; position: relative; transition: transform 300ms ease-in-out;}
.card-back { transform: rotateY(180deg);}
.card-back::before { content: ""; position: absolute; top: 40%; left: 20%; width: 180%; height: 120%; border-radius: 100%; filter: blur(10px); opacity: 0.15;}
.card-back::after { content: ""; position: absolute; top: 15%; width: 100%; height: 40px; background-color: #393502;}
.card-glow { position: absolute; top: -140px; left: -65px; height: 200px; width: 400px; background: rgba(#151819, 1); filter: blur(10px); border-radius: 100%; transform: skew(-15deg, -15deg);}
.card-contactless { position: absolute; left: 75px; top: 55px; transform: scale(0.5);}
.card-contactless svg{ color: #feee15;}
/* .card-chip { position: absolute; top: 65px; left: 25px; width: 45px; height: 34px; border-radius: 5px; background-color: #feee15; overflow: hidden; display: flex;} */
.card-chip { position: absolute; top: 65px; left: 25px; width: 45px; height: 34px; border-radius: 5px; background: linear-gradient(45deg, #feee15, #b7ae30); overflow: hidden; display: flex;}
.card-chip::before { content: ""; position: absolute; left: 49%; top: -6%; transform: translateX(-50%); background: #e9db12; border: 1px solid #000; width: 25%; height: 110%; border-radius: 100%; z-index: 2;}
.card-chip::after { content: ""; position: absolute; top: 30%; left: -10%; background: transparent; border: 1px solid #000; width: 120%; height: 33%;}
.card-holder { position: absolute; left: 25px; bottom: 30px; color: #feee15; font-size: 14px; letter-spacing: 0.1em; filter: drop-shadow(1px 1px 1px rgba(black, 0.3));}
.card-number { position: absolute; left: 25px; bottom: 65px; color: #feee15; font-size: 16px; font-weight: 600; letter-spacing: 0.2em; filter: drop-shadow(1px 1px 1px rgba(black, 0.3));}
.card-valid { position: absolute; right: 25px; bottom: 30px; color: #feee15; font-size: 14px; letter-spacing: 0.2em; filter: drop-shadow(1px 1px 1px rgba(black, 0.3));}
.card-signature { position: absolute; top: 120px; left: 15px; width: 70%; height: 30px; display: flex; justify-content: center; align-items: center; font-size: 38px; font-weight: 400; background-color: #393502; background-image: linear-gradient(-45deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent); background-size: 20px 20px;}
.card-signature::before { content: ''; color: #fff; font-size: 9px; left: 0; top: -14px; position: absolute;}
.card-seccode { color: #000; left: calc(70% + 20px); font-size: 11px; text-align: center; background-color: #feee15; height: 20px; width: 40px; display: flex; align-items: center; justify-content: center; position: absolute; top: 125px;}
.card-logo { position: absolute; right: 25px; top: 30px;}
.card-logo img{ height: 44px;}



@media screen and (max-width: 992px){
    footer > .t > div{ flex-direction: column; justify-content: flex-start; gap: 50px;}

    div:not(#pdf-content .card-template-1 > .b) >.bd-table-1 .h{ display: none;}
    div:not(#pdf-content .card-template-1 > .b) >.bd-table-1 .b{ display: flex; flex-direction: column; gap: 15px;}
    div:not(#pdf-content .card-template-1 > .b) >.bd-table-1 .b > div{ display: flex; flex-direction: column; border: 1px solid #eee; border-radius: 10px; overflow: hidden; position: relative;}
    div:not(#pdf-content .card-template-1 > .b) >.bd-table-1 .b > div > div:nth-child(1){ font-weight: 500; margin-bottom: 7px; font-size: 15px; background-color: #f5f5f5; border-bottom: 1px solid #eee; padding: 10px 15px;}
    div:not(#pdf-content .card-template-1 > .b) >.bd-table-1 .b > div > div:nth-child(2){ padding: 7px 15px;}
    div:not(#pdf-content .card-template-1 > .b) >.bd-table-1 .b > div > div:nth-child(3){ padding: 7px 15px; padding-bottom: 50px;}
    div:not(#pdf-content .card-template-1 > .b) >.bd-table-1 .b > div > div:nth-child(4){ position: absolute; bottom: 10px; left: 15px;}
    div:not(#pdf-content .card-template-1 > .b) >.bd-table-1 .b > div > div:nth-child(5){ position: absolute; bottom: 10px; right: 15px;}
}

@media screen and (max-width: 768px){
    div:not(#pdf-content) > .bd-template-4 h2{ font-size: 28px;}

    div:not(#pdf-content .card-template-1) >.bd-template-6{ flex-direction: column; justify-content: flex-start; align-items: center;}
    div:not(#pdf-content .card-template-1) >.bd-template-6 > div.content{ width: 100%;}
    
    
    
    footer > .t > div{ flex-direction: column; justify-content: flex-start; gap: 50px;}
    footer > .t > div .r{ flex-direction: column; width: 100%;}
    footer > .t > div .r .menus{ width: 100%;}
    footer > .t > div .r .menus .menu{ width: 100%;}
    footer > .b > div{ flex-direction: column; align-items: center;}


    .home-page { padding-top: 2rem; width: 100%;}
    .home-page .bg-image { width: 100%; position: absolute; height: 135%; top: 0; z-index: -1; border-radius: 0; overflow: hidden;}
    .home-page .bg-image { width: 100%; position: absolute; height: 46%; top: 0; z-index: -1; border-radius: 0; overflow: hidden;}
    .home-page .bg-image img { width: 100%; height: 100%; object-fit: cover; object-position: 0;}
    .home-page .bg-image video{ height: auto;}
    
    .home-page .bg-image::before{content: '';display: inline-block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;/* background: linear-gradient(0deg, black 0%, transparent); */}
    /* .home-page > .container{ transform: translateY(100px); margin-bottom: 150px;} */
    .home-page h1{ transform: translateY(35px); font-size: 1.3rem;}
    
    .bd-tabs-wrapper .bd-tabs{ width: 100%;}
    .bd-tabs-wrapper .bd-tabs > button{ flex: 1; flex-direction: column; white-space: nowrap; padding: 12px 10px; gap: 5px;}
    .bd-tabs-wrapper .bd-contents > div{ border-radius: 0 0 12px 12px;}

    .wrapper-template-4{ display: flex; flex-direction: column-reverse; gap: 30px;}

    .card-chip{ top: 20px;}
    .card-contactless{ top: 30px;}

    .bd-grid__2{ display: flex; flex-direction: column;}
}



body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){ overflow: visible !important;}


/* ============================================================ */
/* =========  ARAÇ SEÇİMİ (STEP-2) – DARK GLASS THEME  ======= */
/* ============================================================ */

/* ---------- Page-level dark canvas ---------- */
.page-arac-secimi {
    position: relative;
    background: #0a0a0f;
    overflow: hidden;
}

/* Animated ambient blobs */
/* .page-arac-secimi::before,
.page-arac-secimi::after {
    content: '';
    position: fixed;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .18;
    pointer-events: none;
    z-index: 0;
    animation: blobFloat 12s ease-in-out infinite alternate;
}
.page-arac-secimi::before {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #feee15, transparent 70%);
    top: -200px;
    left: -150px;
}
.page-arac-secimi::after {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #9b59b6, transparent 70%);
    bottom: -150px;
    right: -100px;
    animation-delay: -6s;
} */
@keyframes blobFloat {
    0%   { transform: translate(0, 0)   scale(1); }
    100% { transform: translate(40px, 30px) scale(1.1); }
}

/* Keep container content above blobs */
.page-arac-secimi > * { position: relative; z-index: 1; }

/* ---------- Step-tab bar ---------- */
.page-arac-secimi .bd-tabs-template-1 {
    background: rgba(255,255,255,.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 6px 0;
}
.page-arac-secimi .bd-tabs-template-1 ul li button {
    color: rgba(255,255,255,.5);
    font-weight: 400;
    transition: color .2s ease;
}
.page-arac-secimi .bd-tabs-template-1 ul li button::before {
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.4);
    background: transparent;
}
.page-arac-secimi .bd-tabs-template-1 ul li:not(:first-child) button::after {
    color: rgba(255,255,255,.25);
}
.page-arac-secimi .bd-tabs-template-1 ul li button.current {
    color: #fff;
}
.page-arac-secimi .bd-tabs-template-1 ul li button.current::before {
    background: linear-gradient(135deg, #feee15, #c9b800);
    border-color: #feee15;
    color: #000;
    box-shadow: 0 0 12px rgba(254,238,21,.45);
}
.page-arac-secimi .bd-tabs-template-1 ul li button.active::before {
    background: linear-gradient(135deg, #feee15, #c9b800);
    border-color: #feee15;
    color: #000;
    box-shadow: 0 0 12px rgba(254,238,21,.45);
}

/* ---------- Container spacing ---------- */
.page-arac-secimi .container { padding-top: 10px; padding-bottom: 50px; }

/* ---------- Vehicle card (bido-template-2) – glass dark ---------- */
.page-arac-secimi .bido-template-2 {
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.04) inset;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    animation: cardFadeIn .5s ease both;
}

@keyframes cardFadeIn {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Stagger children */
.page-arac-secimi .wrapper-template-1 > .bido-template-2:nth-child(1) { animation-delay: .05s; }
.page-arac-secimi .wrapper-template-1 > .bido-template-2:nth-child(2) { animation-delay: .12s; }
.page-arac-secimi .wrapper-template-1 > .bido-template-2:nth-child(3) { animation-delay: .19s; }
.page-arac-secimi .wrapper-template-1 > .bido-template-2:nth-child(4) { animation-delay: .26s; }
.page-arac-secimi .wrapper-template-1 > .bido-template-2:nth-child(5) { animation-delay: .33s; }

.page-arac-secimi .bido-template-2:hover {
    transform: translateY(-4px);
    border-color: rgba(254,238,21,.25);
    box-shadow: 0 16px 56px rgba(0,0,0,.65), 0 0 30px rgba(254,238,21,.07);
}

/* Car image area */
.page-arac-secimi .bido-template-2 .img {
    background: rgba(0,0,0,.4);
    position: relative;
}
.page-arac-secimi .bido-template-2 .img::after {
    content: '';
    position: absolute;
    inset: 0;
    right: -1px;
    background: linear-gradient(to right, transparent 70%, rgba(14,14,22,.85));
    pointer-events: none;
    z-index: 1;
}
.page-arac-secimi .bido-template-2 .img .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Swiper arrows */
.page-arac-secimi .bido-template-2 .arrow {
    --size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
    transition: background .2s ease;
}
.page-arac-secimi .bido-template-2 .arrow:hover { background: rgba(254,238,21,.8); color: #000; }
.page-arac-secimi .bido-template-2 .prev { left: 8px; }
.page-arac-secimi .bido-template-2 .next { right: 8px; }

/* Detail panel */
.page-arac-secimi .bido-template-2 .detail {
    color: #e8e8e8;
}

/* Car name & person count */
.page-arac-secimi .bido-template-2 .detail .top .info {
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.page-arac-secimi .bido-template-2 .detail .top .info > strong {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -.3px;
}
.page-arac-secimi .bido-template-2 .detail .top .info .icons > span {
    color: rgba(255,255,255,.55);
}
.page-arac-secimi .bido-template-2 .detail .top .info .icons > span i {
    color: #feee15;
}

/* Feature badges */
.page-arac-secimi .bido-template-2 .detail .top .options {
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.page-arac-secimi .bido-template-2 .detail .top .options > div {
    background: rgba(254,238,21,.06);
    border: 1px solid rgba(254,238,21,.12);
    border-radius: 8px;
    color: rgba(255,255,255,.65);
    transition: background .2s ease, border-color .2s ease;
}
.page-arac-secimi .bido-template-2 .detail .top .options > div:hover {
    background: rgba(254,238,21,.12);
    border-color: rgba(254,238,21,.3);
    color: #fff;
}
.page-arac-secimi .bido-template-2 .detail .top .options > div .icon {
    color: #feee15;
}

/* Price helper text */
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > span {
    color: rgba(255,255,255,.4);
}

/* Currency buttons */
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    color: rgba(255,255,255,.65);
    transition: all .2s ease;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button:hover {
    border-color: rgba(254,238,21,.35);
    background: rgba(254,238,21,.06);
    color: #fff;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button.active {
    border-color: #feee15;
    background: rgba(254,238,21,.1);
    color: #feee15;
    box-shadow: 0 0 14px rgba(254,238,21,.2);
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button del {
    color: rgba(255,255,255,.3);
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button > div {
    background: linear-gradient(135deg, #feee15, #c9b800);
    color: #000;
}

/* Reservation CTA button */
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button {
    background: linear-gradient(135deg, #feee15 0%, #c9b800 100%);
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px;
    padding: 0 20px;
    height: 52px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 4px 20px rgba(254,238,21,.3);
    white-space: nowrap;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button:hover {
    background: linear-gradient(135deg, #fff066, #feee15);
    box-shadow: 0 6px 28px rgba(254,238,21,.5);
    transform: translateY(-2px);
    color: #000;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button i {
    display: inline-block !important;
    font-size: 16px;
}

/* ---------- Right panel – trip summary (bido-template-1) – glass ---------- */
.page-arac-secimi .bido-template-1 {
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,.55);
    color: #e8e8e8;
    animation: cardFadeIn .5s .08s ease both;
}
.page-arac-secimi .bido-template-1 > .h {
    background: rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-radius: 16px 16px 0 0;
}
.page-arac-secimi .bido-template-1 > .h strong {
    color: #fff;
    font-weight: 600;
}
.page-arac-secimi .bido-template-1 > .b .txt-area > div > b {
    color: rgba(254,238,21,.8);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.page-arac-secimi .bido-template-1 > .b .txt-area > div > p {
    color: rgba(255,255,255,.8);
    font-size: 13px;
    line-height: 1.5;
}
.page-arac-secimi .bido-template-1 > .b .table-area {
    border-top: 1px solid rgba(255,255,255,.08) !important;
}
.page-arac-secimi .bido-template-1 > .b .table-area > div > div:nth-child(1) {
    color: rgba(255,255,255,.45);
}
.page-arac-secimi .bido-template-1 > .b .table-area > div > div:nth-child(1) i {
    color: #feee15;
}
.page-arac-secimi .bido-template-1 > .b .table-area > div > div:nth-child(2) {
    color: rgba(255,255,255,.85);
    font-weight: 500;
}
.page-arac-secimi .bido-template-1 > .b .table-area > div.total {
    border-top: 1px solid rgba(255,255,255,.08) !important;
}

/* ---------- Mobile-first responsive overrides ---------- */

/* Tablet: stack vertical, summary on top */
@media screen and (max-width: 1280px) {
    .page-arac-secimi .reservation-container {
        flex-direction: column-reverse;
        max-width: 900px;
        margin: 0 auto;
    }
    .page-arac-secimi .reservation-container > .r,
    .page-arac-secimi .reservation-container > .l {
        width: 100%;
        max-width: 100%;
        min-width: unset;
    }
}

/* Mobile: card layout adjustments */
@media screen and (max-width: 868px) {
    .page-arac-secimi .bido-template-2 {
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 0;
        position: relative;
    }
    .page-arac-secimi .bido-template-2 .img {
        width: 42%;
        min-width: unset;
        max-width: 220px;
        border-radius: 0;
        aspect-ratio: 1;
    }
    .page-arac-secimi .bido-template-2 .img::after {
        background: linear-gradient(to right, transparent 55%, rgba(14,14,22,.9));
    }
    .page-arac-secimi .bido-template-2 .detail {
        width: 58%;
        padding: 14px 16px;
    }
    .page-arac-secimi .bido-template-2 .detail .bottom {
        width: 100%;
        flex-basis: 100%;
        padding: 12px 16px;
        border-top: 1px solid rgba(255,255,255,.07);
        background: rgba(0,0,0,.2);
    }
    .page-arac-secimi .bido-template-2 .detail .bottom .price-area > div {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }
    .page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button {
        max-width: none;
        flex: 1;
        justify-content: center;
        height: 44px;
        padding: 0 14px;
    }
    .page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices {
        gap: 6px;
    }
    .page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button {
        padding: 8px 10px;
        flex: 1;
    }
}

/* Small phone */
@media screen and (max-width: 520px) {
    .page-arac-secimi .bido-template-2 {
        flex-direction: column;
    }
    .page-arac-secimi .bido-template-2 .img {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16/9;
        border-radius: 16px 16px 0 0;
    }
    .page-arac-secimi .bido-template-2 .img::after {
        background: linear-gradient(to bottom, transparent 60%, rgba(14,14,22,.9));
    }
    .page-arac-secimi .bido-template-2 .detail {
        width: 100%;
        padding: 16px;
    }
    .page-arac-secimi .bido-template-2 .detail .bottom {
        padding: 12px 16px 16px;
    }
    .page-arac-secimi .bido-template-2 .detail .bottom .price-area > div {
        flex-direction: column;
        align-items: stretch;
    }
    .page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices {
        width: 100%;
    }
    .page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button {
        width: 100%;
        justify-content: center;
        max-width: unset;
    }
    .page-arac-secimi .bd-tabs-template-1 ul { gap: 30px; }
}

/* ============================================================ */
/* ===========   END ARAÇ SEÇİMİ DARK GLASS THEME   ========== */
/* ============================================================ */


/* ============================================================ */
/* ===================  GHOST HEADER SPACER  ================== */
/* ============================================================ */
/*
   Ana sayfa dışındaki tüm sayfalarda kullanın:
   <div class="ghost-header"></div>  (header'dan hemen sonra)
   Header position:absolute olduğu için içerik üste kayıyor — bu div
   header yüksekliğinde görünmez bir yer tutucu olarak çalışır.
*/
.ghost-header {
    height: 120px;
    width: 100%;
    display: block;
    pointer-events: none;
    flex-shrink: 0;
}

@media screen and (max-width: 992px) {
    .ghost-header {
        height: 70px;
    }
}
/* ============================================================ */


/* ============================================================ */
/* ============  ARAÇ SEÇİMİ – UI REFINEMENTS  ================ */
/* ============================================================ */

/* Active price button: premium golden glow */
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button.active {
    border: 2px solid #feee15 !important;
    background: linear-gradient(135deg, rgba(254,238,21,.18) 0%, rgba(201,184,0,.08) 100%) !important;
    color: #feee15 !important;
    box-shadow:
        0 0 0 1px rgba(254,238,21,.2) inset,
        0 0 18px rgba(254,238,21,.28),
        0 4px 16px rgba(0,0,0,.4) !important;
    transform: translateY(-1px) scale(1.04);
    z-index: 1;
    position: relative;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button.active strong {
    color: #feee15 !important;
    font-weight: 700;
    font-size: 14px;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button.active del {
    color: rgba(255,255,255,.3) !important;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div .prices > button.active > div {
    background: linear-gradient(135deg, #feee15, #c9b800) !important;
    color: #000 !important;
    box-shadow: 0 0 8px rgba(254,238,21,.6);
    opacity: 1 !important;
}

/* Rezervasyon Yap: glass dark style, not edge-to-edge */
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button {
    background: rgba(10, 10, 18, 0.7) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(254,238,21,.4) !important;
    color: #feee15 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    border-radius: 10px !important;
    padding: 0 22px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.5), 0 0 0 1px rgba(254,238,21,.08) inset !important;
    white-space: nowrap !important;
    max-width: none !important;
    margin-left: 6px;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button:hover {
    background: rgba(254,238,21,.1) !important;
    border-color: rgba(254,238,21,.7) !important;
    color: #fff !important;
    box-shadow: 0 6px 28px rgba(0,0,0,.55), 0 0 22px rgba(254,238,21,.15) !important;
    transform: translateY(-2px) !important;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button > i {
    display: inline-block !important;
    font-size: 16px;
    transition: transform .2s ease;
}
.page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button:hover > i {
    transform: translateX(3px);
}

@media screen and (max-width: 868px) {
    .page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button {
        margin-left: 0 !important;
        flex: 1 !important;
        justify-content: center !important;
        min-width: 130px;
    }
}
@media screen and (max-width: 520px) {
    .page-arac-secimi .bido-template-2 .detail .bottom .price-area > div > button.item-reservation-button {
        width: 100% !important;
        flex: unset !important;
        margin: 0 !important;
    }
}

/* ============================================================ */
/* ===========  END ARAÇ SEÇİMİ UI REFINEMENTS  ============== */
/* ============================================================ */


/* ============================================================ */
/* =========  AS2 – STEP INDICATOR BAR (NEW DESIGN)  ========= */
/* ============================================================ */

.as2-steps-bar {
    background: rgba(255,255,255,.025);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding: 20px 0;
    position: relative; z-index: 2;
}
.as2-steps-inner {
    max-width: 700px; margin: 0 auto;
    display: flex; align-items: center; justify-content: center;
    padding: 0 30px;
}
.as2-step-line {
    flex: 1; height: 1px;
    background: linear-gradient(to right, rgba(254,238,21,.25), rgba(255,255,255,.06));
    margin-bottom: 24px;
}
.as2-step {
    display: flex; flex-direction: column;
    align-items: center; gap: 8px;
}
.as2-step-node {
    --size: 38px; width: var(--size); height: var(--size);
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.04);
    display: flex; align-items: center; justify-content: center;
    transition: all .3s ease; flex-shrink: 0;
}
.as2-step-num {
    font-size: 13px; font-weight: 600;
    color: rgba(255,255,255,.35);
    line-height: 1; transition: all .3s ease;
}
.as2-step-check { display: none; font-size: 16px; color: #000; }
.as2-step-label small {
    font-size: 11px; font-weight: 500;
    color: rgba(255,255,255,.3);
    text-align: center; white-space: nowrap;
    letter-spacing: .03em;
    display: block; max-width: 130px; line-height: 1.3;
    transition: color .3s ease;
    display: flex;
    justify-content: center;
}
.as2-step.active .as2-step-node {
    background: linear-gradient(135deg, #feee15, #c9b800);
    border-color: #feee15;
    box-shadow: 0 0 22px rgba(254,238,21,.45), 0 0 0 4px rgba(254,238,21,.12);
}
.as2-step.active .as2-step-num  { color: #000; font-weight: 700; }
.as2-step.active .as2-step-label small { color: #feee15; font-weight: 600; }
.as2-step.done .as2-step-node {
    background: rgba(254,238,21,.12); border-color: rgba(254,238,21,.4);
}
.as2-step.done .as2-step-num   { display: none; }
.as2-step.done .as2-step-check { display: block; color: #feee15; }
.as2-step.done .as2-step-label small { color: rgba(254,238,21,.55); }

/* ============================================================ */
/* =========  AS2 – CAR CARD (NEW LAYOUT)  =================== */
/* ============================================================ */

.as2-car-list { display: flex; flex-direction: column; gap: 24px; }

.as2-car-card {
    display: grid; grid-template-columns: 280px 1fr;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.08); border-radius: 18px;
    overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,.5);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
    animation: cardFadeIn .55s ease both;
}
.as2-car-card:hover {
    transform: translateY(-4px); border-color: rgba(254,238,21,.2);
    box-shadow: 0 16px 56px rgba(0,0,0,.65), 0 0 28px rgba(254,238,21,.06);
}
.as2-car-list > .as2-car-card:nth-child(1) { animation-delay: .04s; }
.as2-car-list > .as2-car-card:nth-child(2) { animation-delay: .12s; }
.as2-car-list > .as2-car-card:nth-child(3) { animation-delay: .20s; }
.as2-car-list > .as2-car-card:nth-child(4) { animation-delay: .28s; }

.as2-card-media {
    position: relative; overflow: hidden; background: rgba(0,0,0,.5);
}
.as2-card-media .car-slider { width: 100%; height: 100%; }
.as2-card-media .swiper-wrapper,
.as2-card-media .swiper-slide,
.as2-card-media .swiper-slide picture { height: 100%; display: flex; }
.as2-card-media .swiper-slide img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.as2-card-media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to right, transparent 55%, rgba(12,12,20,.85));
    pointer-events: none; z-index: 1;
}
.as2-card-media .arrow {
    --sz: 32px; position: absolute; top: 50%; transform: translateY(-50%);
    width: var(--sz); height: var(--sz); border-radius: 50%;
    background: rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.15);
    color: #fff; display: flex; align-items: center; justify-content: center;
    z-index: 5; cursor: pointer; transition: all .2s ease; font-size: 13px;
}
.as2-card-media .arrow:hover { background: #feee15; color: #000; border-color: #feee15; }
.as2-card-media .prev { left: 10px; }
.as2-card-media .next { right: 10px; }

.as2-card-body {
    display: flex; flex-direction: column;
    padding: 22px 24px 0; color: #e8e8e8;
}
.as2-card-header {
    display: flex; align-items: flex-start;
    justify-content: space-between; gap: 10px; margin-bottom: 16px;
}
.as2-card-title-wrap { display: flex; align-items: center; gap: 10px; }
.as2-card-accent {
    width: 3px; height: 28px; border-radius: 4px;
    background: linear-gradient(180deg, #feee15, #c9b800);
    flex-shrink: 0; box-shadow: 0 0 10px rgba(254,238,21,.4);
}
.as2-card-name {
    font-size: 18px; font-weight: 700; color: #fff;
    letter-spacing: -.2px; line-height: 1.2; margin: 0;
}
.as2-capacity-badge {
    display: flex; align-items: center; gap: 6px;
    background: rgba(254,238,21,.07); border: 1px solid rgba(254,238,21,.2);
    border-radius: 20px; padding: 5px 12px;
    font-size: 12px; font-weight: 600; color: rgba(255,255,255,.6);
    white-space: nowrap; flex-shrink: 0;
}
.as2-capacity-badge i { color: #feee15; font-size: 15px; }

.as2-features {
    display: flex; gap: 8px; flex-wrap: wrap;
    margin-bottom: 16px; padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.as2-feature-pill {
    display: flex; align-items: center; gap: 6px;
    padding: 6px 12px;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
    border-radius: 6px; font-size: 11px; color: rgba(255,255,255,.5);
    transition: all .2s ease;
}
.as2-feature-pill:hover {
    background: rgba(254,238,21,.07); border-color: rgba(254,238,21,.2);
    color: rgba(255,255,255,.8);
}
.as2-feature-pill i { font-size: 15px; color: #feee15; }

.as2-card-footer {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 0 18px; margin-top: auto; flex-wrap: wrap;
}
.as2-currency-tabs { display: flex; gap: 6px; }
.as2-cur {
    position: relative; display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 8px 12px; min-width: 70px;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
    border-radius: 10px; cursor: pointer; transition: all .22s ease; gap: 2px;
}
.as2-cur:hover {
    background: rgba(254,238,21,.06); border-color: rgba(254,238,21,.25);
}
.as2-cur-symbol {
    font-size: 11px; font-weight: 700; color: rgba(255,255,255,.3); line-height: 1;
}
.as2-cur-price {
    font-size: 13px; font-weight: 700; color: rgba(255,255,255,.7); line-height: 1;
}
.as2-cur del {
    font-size: 10px; color: rgba(255,255,255,.2); text-decoration: line-through;
}
.as2-cur.active {
    background: linear-gradient(135deg, rgba(254,238,21,.14), rgba(201,184,0,.06));
    border-color: #feee15;
    box-shadow: 0 0 16px rgba(254,238,21,.22), 0 0 0 1px rgba(254,238,21,.12) inset;
    transform: translateY(-2px) scale(1.04);
}
.as2-cur.active .as2-cur-symbol { color: #feee15; }
.as2-cur.active .as2-cur-price  { color: #feee15; font-size: 14px; }
.as2-cur.active del              { color: rgba(254,238,21,.28); }

.as2-book-btn {
    display: flex; align-items: center; gap: 8px;
    padding: 0 22px; height: 50px;
    background: rgba(10,10,20,.65);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(254,238,21,.38); border-radius: 10px;
    color: #feee15; font-size: 13px; font-weight: 600;
    cursor: pointer; transition: all .25s ease;
    white-space: nowrap; box-shadow: 0 4px 20px rgba(0,0,0,.4);
    margin-left: auto;
}
.as2-book-btn:hover {
    background: rgba(254,238,21,.1); border-color: rgba(254,238,21,.7); color: #fff;
    box-shadow: 0 6px 28px rgba(0,0,0,.5), 0 0 20px rgba(254,238,21,.15);
    transform: translateY(-2px);
}
.as2-book-btn i { font-size: 16px; transition: transform .2s ease; }
.as2-book-btn:hover i { transform: translateX(4px); }

/* ============================================================ */
/* =========  AS2 – TRIP SUMMARY CARD  ======================= */
/* ============================================================ */

.as2-summary-card {
    position: sticky; top: 20px;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.08); border-radius: 18px;
    overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,.5);
    animation: cardFadeIn .5s .06s ease both;
}
.as2-summary-header {
    display: flex; align-items: center; gap: 10px;
    padding: 16px 20px;
    background: linear-gradient(135deg, rgba(254,238,21,.1), rgba(201,184,0,.04));
    border-bottom: 1px solid rgba(254,238,21,.12);
}
.as2-summary-header i { font-size: 20px; color: #feee15; }
.as2-summary-header span {
    font-size: 12px; font-weight: 700; color: #fff;
    letter-spacing: .1em; text-transform: uppercase;
}
.as2-summary-body { padding: 20px; display: flex; flex-direction: column; gap: 20px; }

.as2-route-block { display: flex; flex-direction: column; }
.as2-route-row { display: flex; gap: 12px; align-items: flex-start; }
.as2-route-dot {
    --sz: 10px; width: var(--sz); height: var(--sz);
    border-radius: 50%; flex-shrink: 0; margin-top: 5px;
}
.as2-route-dot.origin { background: #feee15; box-shadow: 0 0 8px rgba(254,238,21,.5); }
.as2-route-dot.dest { background: transparent; border: 2px solid rgba(255,255,255,.35); }
.as2-route-connector {
    width: 1px; height: 18px;
    background: linear-gradient(to bottom, rgba(254,238,21,.3), rgba(255,255,255,.08));
    margin: 4px 0 4px 4px;
}
.as2-route-text label {
    display: block; font-size: 10px; font-weight: 700;
    color: rgba(254,238,21,.65); text-transform: uppercase;
    letter-spacing: .08em; margin-bottom: 2px;
}
.as2-route-text p {
    font-size: 12px; color: rgba(255,255,255,.8); line-height: 1.4; margin: 0;
}

.as2-detail-grid {
    display: flex; flex-direction: column;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px; overflow: hidden;
}
.as2-detail-item {
    display: flex; align-items: center; gap: 12px;
    padding: 11px 14px; transition: background .2s ease;
}
.as2-detail-item:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.as2-detail-item:hover { background: rgba(254,238,21,.04); }
.as2-detail-icon {
    width: 30px; height: 30px; border-radius: 8px;
    background: rgba(254,238,21,.08);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.as2-detail-icon i { font-size: 15px; color: #feee15; }
.as2-detail-content { display: flex; flex-direction: column; gap: 1px; }
.as2-detail-content label {
    font-size: 10px; font-weight: 600; color: rgba(255,255,255,.32);
    text-transform: uppercase; letter-spacing: .06em;
}
.as2-detail-content span {
    font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85);
}

/* ============================================================ */
/* =========  AS2 – RESPONSIVE  ============================== */
/* ============================================================ */

@media screen and (max-width: 1280px) {
    .as2-car-card { grid-template-columns: 230px 1fr; }
}
@media screen and (max-width: 900px) {
    .as2-car-card {
        grid-template-columns: 1fr;
        grid-template-rows: 210px auto;
    }
    .as2-card-media::after {
        background: linear-gradient(to bottom, transparent 50%, rgba(12,12,20,.85));
    }
    .as2-card-footer { flex-wrap: wrap; }
    .as2-book-btn { margin-left: 0; flex: 1; justify-content: center; }
}
@media screen and (max-width: 600px) {
    .as2-steps-inner { padding: 0 16px; }
    .as2-step-label small { font-size: 10px; max-width: 110px; white-space: unset;}
    .as2-step-node { --size: 32px; }
    .as2-step-num { font-size: 12px; }
    .as2-cur { min-width: 56px; padding: 7px 8px; }
    .as2-cur-price { font-size: 11px; }
    .as2-cur.active .as2-cur-price { font-size: 12px; }
    .as2-book-btn { width: 100%; margin: 0; flex: unset; }
    .as2-currency-tabs { flex: 1; }
    .as2-card-name { font-size: 16px; }
    .as2-card-body { padding: 16px 16px 0; }
}

/* ============================================================ */
/* ===========  END AS2 NEW DESIGN SYSTEM  =================== */
/* ============================================================ */


/* ============================================================ */
/* =========  AS2 – CURRENCY SYMBOL VISIBILITY FIX  ========== */
/* ============================================================ */

/* Make currency symbol much bigger and prominent */
.as2-cur-symbol {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: rgba(255,255,255,.6) !important;
    letter-spacing: -.5px;
    line-height: 1 !important;
    transition: color .2s ease, transform .2s ease !important;
}
.as2-cur:hover .as2-cur-symbol {
    color: rgba(255,255,255,.85) !important;
}
.as2-cur.active .as2-cur-symbol {
    color: #feee15 !important;
    font-size: 18px !important;
    text-shadow: 0 0 12px rgba(254,238,21,.5);
}

/* Price value — more readable */
.as2-cur-price {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,.55) !important;
    line-height: 1 !important;
}
.as2-cur.active .as2-cur-price {
    color: rgba(254,238,21,.85) !important;
    font-size: 12px !important;
}

/* Struck-through original price */
.as2-cur del {
    font-size: 9px !important;
    color: rgba(255,255,255,.18) !important;
}
.as2-cur.active del {
    color: rgba(254,238,21,.22) !important;
}

/* Wider tab to accommodate larger symbol */
.as2-cur {
    min-width: 76px !important;
    padding: 10px 10px !important;
    gap: 3px !important;
}

/* ============================================================ */


/* ============================================================ */
/* =====  AS3 – STEP-3 REZERVASYON BİLGİLERİ DARK GLASS  ===== */
/* ============================================================ */

.page-rezervasyon-bilgileri {
    min-height: 100vh;
    background: #0a0a0f;
    position: relative;
}

/* Dark background blobs shared pattern */
.page-rezervasyon-bilgileri::before {
    content: '';
    position: fixed;
    top: -20%;
    left: -10%;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,238,21,.07) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
    animation: blobFloat 10s ease-in-out infinite;
}
.page-rezervasyon-bilgileri::after {
    content: '';
    position: fixed;
    bottom: -10%;
    right: -10%;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120,60,200,.07) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
    animation: blobFloat 13s ease-in-out infinite reverse;
}

/* Section cards — form cards */
.page-rezervasyon-bilgileri .card-template-1 {
    background: rgba(255,255,255,.04) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 16px !important;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}

/* Card header */
.page-rezervasyon-bilgileri .card-template-1 .h {
    background: rgba(255,255,255,.025) !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
    padding: 14px 20px !important;
}
.page-rezervasyon-bilgileri .card-template-1 .h h3 {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-rezervasyon-bilgileri .card-template-1 .h h3 i {
    color: #feee15;
    font-size: 18px;
}

/* Card body */
.page-rezervasyon-bilgileri .card-template-1 .b {
    padding: 20px !important;
}

/* Form inputs */
.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=text], .iti--allow-dropdown input.iti__tel-input[type=tel]{
    padding-left: var(--iti-selected-country-arrow-padding) !important;
}
.page-rezervasyon-bilgileri .ui-form-control {
    background: rgba(255,255,255,.05) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 10px 14px !important;
    transition: border-color .2s ease, box-shadow .2s ease;
    outline: none !important;
}
.page-rezervasyon-bilgileri .ui-form-control:focus {
    border-color: rgba(254,238,21,.5) !important;
    box-shadow: 0 0 0 2px rgba(254,238,21,.08) !important;
    background: rgba(255,255,255,.07) !important;
}
.page-rezervasyon-bilgileri .ui-form-control::placeholder {
    color: rgba(255,255,255,.25) !important;
}
.page-rezervasyon-bilgileri .ui-form-control option {
    background: #1a1a28;
    color: #fff;
}

.page-rezervasyon-bilgileri .ui-form-label {
    color: rgba(255,255,255,.5) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 5px;
    display: block;
}
.page-rezervasyon-bilgileri .ui-form-label span {
    color: #feee15 !important;
}

/* Textarea */
.page-rezervasyon-bilgileri .textarea {
    min-height: 90px !important;
    resize: vertical;
}

/* Checkbox notification — notification izni için özel dark tema */
.page-rezervasyon-bilgileri .chckbx {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.45);
    font-size: 12px;
}
/* Override ::before custom checkbox to dark-theme */
.page-rezervasyon-bilgileri .chckbx input[type="checkbox"]::before {
    border-color: rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.05);
    box-shadow: none;
}
.page-rezervasyon-bilgileri .chckbx input[type="checkbox"]:checked::before {
    background-color: #feee15;
    border-color: #feee15;
    color: #000;
}
.page-rezervasyon-bilgileri .chckbx label {
    cursor: pointer;
    color: rgba(255,255,255,.45);
    padding-left: 23px;
}

/* ── FIRST card-template-2 block commented out – superseded by redesign block below ──
.page-rezervasyon-bilgileri .card-template-2 { ... }
.page-rezervasyon-bilgileri .card-template-2:hover { ... }
.page-rezervasyon-bilgileri .card-template-2 input:checked + label { ... }
.page-rezervasyon-bilgileri .card-template-2 label .txt strong { ... }
.page-rezervasyon-bilgileri .card-template-2 label .txt .price { ... }
.page-rezervasyon-bilgileri .card-template-2 .icons i:first-child { ... }
.page-rezervasyon-bilgileri .card-template-2 .icons > div { ... }
── END commented block ── */

/* Tip buttons */
.page-rezervasyon-bilgileri .txt-sm {
    color: rgba(255,255,255,.4) !important;
    font-size: 12px !important;
}
.page-rezervasyon-bilgileri .btn-gray-outlined {
    background: rgba(255,255,255,.05) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    border-radius: 8px !important;
    color: rgba(255,255,255,.7) !important;
    font-size: 13px !important;
    transition: all .2s ease;
}
.page-rezervasyon-bilgileri .btn-gray-outlined:hover,
.page-rezervasyon-bilgileri .btn-gray-outlined.active {
    background: rgba(254,238,21,.1) !important;
    border-color: rgba(254,238,21,.4) !important;
    color: #feee15 !important;
}
.page-rezervasyon-bilgileri .btn-red {
    background: rgba(220,38,38,.15) !important;
    border: 1px solid rgba(220,38,38,.25) !important;
    border-radius: 8px !important;
    color: rgba(255,100,100,.8) !important;
    font-size: 13px !important;
    transition: all .2s ease;
}
.page-rezervasyon-bilgileri .btn-red:hover {
    background: rgba(220,38,38,.25) !important;
}

/* ── FIRST card-template-3 block commented out – superseded by redesign block below ──
.page-rezervasyon-bilgileri .card-template-3 { ... }
.page-rezervasyon-bilgileri .card-template-3:hover { ... }
.page-rezervasyon-bilgileri .card-template-3.active { ... }
.page-rezervasyon-bilgileri .card-template-3 .h { ... }
.page-rezervasyon-bilgileri .card-template-3 .h strong { ... }
.page-rezervasyon-bilgileri .card-template-3 .h span { ... }
.page-rezervasyon-bilgileri .card-template-3 .h .r strong { ... }
── END commented block ── */

/* Payment body */
.page-rezervasyon-bilgileri .bido-template-3 {
    padding: 14px 18px !important;
    border-top: 1px solid rgba(255,255,255,.05) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.page-rezervasyon-bilgileri .bido-template-3 .txt p { color: rgba(255,255,255,.7) !important; font-size: 13px !important; }
.page-rezervasyon-bilgileri .bido-template-3 .txt span { color: rgba(255,255,255,.35) !important; font-size: 11px !important; }

/* Complete reservation button */
.page-rezervasyon-bilgileri .btn-green {
    background: linear-gradient(135deg, #feee15, #c9b800) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 12px 24px !important;
    cursor: pointer;
    transition: all .25s ease !important;
    box-shadow: 0 4px 16px rgba(254,238,21,.25) !important;
    white-space: nowrap;
}
.page-rezervasyon-bilgileri .btn-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(254,238,21,.35) !important;
}

/* Price list rows */
.as2-price-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;
    overflow: hidden;
}
.as2-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    font-size: 12px;
    color: rgba(255,255,255,.7);
    transition: background .15s ease;
}
.as2-price-row:not(:last-child) {
    /* border-bottom: 1px solid rgba(255,255,255,.05); */
}
.as2-price-row:hover { background: rgba(254,238,21,.03); }
.as2-price-row.locked { color: rgba(255,255,255,.6); }
.as2-price-row.red { color: rgba(254,238,21,.8); }
.as2-price-val { font-weight: 600; color: rgba(255,255,255,.85); }
.as2-price-row.red .as2-price-val { color: #feee15; }

/* Grand total row */
.as2-grand-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(254,238,21,.1), rgba(201,184,0,.04));
    border: 1px solid rgba(254,238,21,.2);
    border-radius: 10px;
}
.as2-grand-total-row span { font-size: 12px; color: rgba(255,255,255,.5); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.as2-grand-total-row strong { font-size: 18px; color: #feee15; font-weight: 700; }

/* Done step-line variant */
.as2-step-line.done-line {
    background: linear-gradient(to right, rgba(254,238,21,.45), rgba(254,238,21,.2));
}

/* ============================================================ */
/* ===========  END AS3 DARK GLASS THEME  ==================== */
/* ============================================================ */


/* ============================================================ */
/* =====  AS3 – OPSİYONLAR & ÖDEME SEÇENEKLERİ REDESIGN  ==== */
/* ============================================================ */

/* ─────────────────────────────────────────────────────────────
   OPSİYON KARTLARI  (wrapper-template-2 + card-template-2)
───────────────────────────────────────────────────────────── */

/* Option card grid wrapper */
.page-rezervasyon-bilgileri .wrapper-template-2 {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    gap: 12px !important;
    padding: 0 !important;
}

/* Base card */
.page-rezervasyon-bilgileri .card-template-2 {
    position: relative !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 14px !important;
    overflow: visible !important;
    transition: border-color .25s ease, box-shadow .25s ease, transform .2s ease !important;
    cursor: pointer !important;
    margin: 0 !important;
}
.page-rezervasyon-bilgileri .card-template-2:hover {
    border-color: rgba(254,238,21,.3) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.4), 0 0 16px rgba(254,238,21,.06) !important;
}

/* Hide native checkbox/radio */
.page-rezervasyon-bilgileri .card-template-2 input[type="checkbox"],
.page-rezervasyon-bilgileri .card-template-2 input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important; height: 0 !important;
}

/* Label is the full card */
.page-rezervasyon-bilgileri .card-template-2 label.diff {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 18px 16px !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: background .2s ease !important;
    position: relative !important;
    border-radius: 14px !important;
}

/* Icon area */
.page-rezervasyon-bilgileri .card-template-2 .icons {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    flex-direction: row-reverse !important;
}

/* Main icon (door/archway etc.) */
.page-rezervasyon-bilgileri .card-template-2 .icons > i {
    font-size: 28px !important;
    color: rgba(255,255,255,.2) !important;
    transition: color .25s ease !important;
    line-height: 1 !important;
}

/* Check badge (top-right) */
.page-rezervasyon-bilgileri .card-template-2 .icons > div {
    --sz: 22px !important;
    width: var(--sz) !important; height: var(--sz) !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.08) !important;
    border: 1.5px solid rgba(255,255,255,.2) !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    transition: all .25s ease !important;
    flex-shrink: 0 !important;
}
.page-rezervasyon-bilgileri .card-template-2 .icons > div i {
    font-size: 12px !important;
    color: rgba(255,255,255,.25) !important;
    transition: color .2s ease !important;
}

/* Text block */
.page-rezervasyon-bilgileri .card-template-2 .txt {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    width: 100% !important;
}
.page-rezervasyon-bilgileri .card-template-2 .txt strong {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,.75) !important;
    line-height: 1.3 !important;
    transition: color .2s ease !important;
}
.page-rezervasyon-bilgileri .card-template-2 .txt .price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: rgba(254,238,21,.7) !important;
    transition: color .2s ease !important;
}

/* ── CHECKED STATE ── */
.page-rezervasyon-bilgileri .card-template-2 input:checked + label.diff {
    background: rgba(254,238,21,.06) !important;
}
.page-rezervasyon-bilgileri .card-template-2:has(input:checked) {
    border-color: rgba(254,238,21,.5) !important;
    box-shadow: 0 0 0 1px rgba(254,238,21,.12), 0 8px 28px rgba(0,0,0,.45), 0 0 20px rgba(254,238,21,.08) !important;
}
.page-rezervasyon-bilgileri .card-template-2:has(input:checked) .icons > i {
    color: rgba(254,238,21,.6) !important;
}
.page-rezervasyon-bilgileri .card-template-2:has(input:checked) .icons > div {
    background: linear-gradient(135deg, #feee15, #c9b800) !important;
    border-color: #feee15 !important;
    box-shadow: 0 0 10px rgba(254,238,21,.4) !important;
}
.page-rezervasyon-bilgileri .card-template-2:has(input:checked) .icons > div i {
    color: #000 !important;
}
.page-rezervasyon-bilgileri .card-template-2:has(input:checked) .txt strong {
    color: #fff !important;
}
.page-rezervasyon-bilgileri .card-template-2:has(input:checked) .txt .price {
    color: #feee15 !important;
}

/* Disabled (compulsory) locked options */
.page-rezervasyon-bilgileri .card-template-2 input[disabled] + label.diff {
    cursor: not-allowed !important;
    opacity: .85 !important;
}

/* ─────────────────────────────────────────────────────────────
   ÖDEME SEÇENEKLERİ  (card-template-3)
───────────────────────────────────────────────────────────── */

/* Override wrapper inside payment section */
.page-rezervasyon-bilgileri .card-template-1 .wrapper-template-1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 !important;
}

/* Payment card base */
.page-rezervasyon-bilgileri .card-template-3 {
    position: relative !important;
    background: rgba(255,255,255,.03) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    transition: border-color .25s ease, box-shadow .25s ease !important;
    margin-bottom: 0 !important;
    cursor: pointer !important;
}
.page-rezervasyon-bilgileri .card-template-3:hover {
    border-color: rgba(254,238,21,.2) !important;
}

/* Payment card header row */
.page-rezervasyon-bilgileri .card-template-3 .h {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    background: transparent !important;
    border-bottom: none !important;
    gap: 12px !important;
    cursor: pointer !important;
}
.page-rezervasyon-bilgileri .card-template-3 .h .l {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* Payment selection dot / radio look */
.page-rezervasyon-bilgileri .card-template-3 .h .l::before {
    content: '' !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255,255,255,.2) !important;
    flex-shrink: 0 !important;
    transition: all .25s ease !important;
    display: inline-block !important;
}
.page-rezervasyon-bilgileri .card-template-3.active .h .l::before {
    background: radial-gradient(circle, #feee15 40%, transparent 40%) !important;
    border-color: #feee15 !important;
    box-shadow: 0 0 8px rgba(254,238,21,.4) !important;
}

/* Payment icon */
.page-rezervasyon-bilgileri .card-template-3 .payment-icon {
    font-size: 22px !important;
    color: rgba(255,255,255,.3) !important;
    vertical-align: middle !important;
    transition: color .25s ease !important;
    margin-right: 0 !important;
}
.page-rezervasyon-bilgileri .card-template-3.active .payment-icon {
    color: #feee15 !important;
    transform: none !important;
}
.page-rezervasyon-bilgileri .card-template-3:hover .payment-icon {
    color: rgba(254,238,21,.6) !important;
    transform: none !important;
}

/* Payment name + subtitle */
.page-rezervasyon-bilgileri .card-template-3 .h .l strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: rgba(255,255,255,.8) !important;
    transition: color .2s ease !important;
    display: block !important;
}
.page-rezervasyon-bilgileri .card-template-3.active .h .l strong {
    color: #fff !important;
}
.page-rezervasyon-bilgileri .card-template-3 .h .l span {
    font-size: 11px !important;
    color: rgba(255,255,255,.3) !important;
    display: block !important;
    margin-top: 1px !important;
    font-weight: 400 !important;
}

/* Price on right */
.page-rezervasyon-bilgileri .card-template-3 .h .r {
    margin-left: auto !important;
    text-align: right !important;
}
.page-rezervasyon-bilgileri .card-template-3 .h .r strong {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: rgba(255,255,255,.5) !important;
    transition: color .25s ease !important;
}
.page-rezervasyon-bilgileri .card-template-3.active .h .r strong {
    color: #feee15 !important;
}

/* Active card glow */
.page-rezervasyon-bilgileri .card-template-3.active {
    border-color: rgba(254,238,21,.4) !important;
    background: rgba(254,238,21,.04) !important;
    box-shadow: 0 0 0 1px rgba(254,238,21,.08), 0 8px 32px rgba(0,0,0,.45), 0 0 24px rgba(254,238,21,.06) !important;
}

/* Body section (info + button) */
.page-rezervasyon-bilgileri .card-template-3 .b {
    padding: 0 !important;
    border-top: 1px solid rgba(255,255,255,.05) !important;
}
.page-rezervasyon-bilgileri .bido-template-3 {
    padding: 16px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
    background: rgba(0,0,0,.15) !important;
    border-top: none !important;
}
.page-rezervasyon-bilgileri .bido-template-3 .txt {
    flex: 1 !important;
}
.page-rezervasyon-bilgileri .bido-template-3 .txt p {
    color: rgba(255,255,255,.6) !important;
    font-size: 12px !important;
    margin: 0 0 3px !important;
    font-weight: 500 !important;
}
.page-rezervasyon-bilgileri .bido-template-3 .txt span.txt-sm {
    color: rgba(255,255,255,.4) !important;
    font-size: 11px !important;
}

/* Complete (Tamamla) button – overhaul */
.page-rezervasyon-bilgileri .btn-green {
    background: linear-gradient(135deg, #feee15 0%, #c9b800 100%) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    letter-spacing: .02em !important;
    box-shadow: 0 4px 16px rgba(254,238,21,.28) !important;
    transition: all .25s ease !important;
    flex-shrink: 0 !important;
}
.page-rezervasyon-bilgileri .btn-green:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(254,238,21,.4) !important;
}

/* ============================================================ */
/* ===========  END OPSİYONLAR & ÖDEME REDESIGN  ============= */
/* ============================================================ */


/* ============================================================ */
/* ====  RS – REZERVASYON TAMAMLANDI (Success) DARK GLASS  ==== */
/* ============================================================ */

.page-rezervasyon-tamamlandi {
    min-height: 100vh;
    background: #0a0a0f;
    position: relative;
    padding-bottom: 60px;
}
.page-rezervasyon-tamamlandi::before {
    content: '';
    position: fixed;
    top: -15%;
    right: -10%;
    width: 450px; height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,238,21,.06) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
    animation: blobFloat 11s ease-in-out infinite;
}

/* ── HERO SECTION ───────────────────────────────────────────── */
.rs-hero {
    position: relative;
    text-align: center;
    padding: 52px 20px 44px;
    overflow: hidden;
}
.rs-hero-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px; height: 200px;
    background: radial-gradient(ellipse, rgba(254,238,21,.12) 0%, transparent 70%);
    pointer-events: none;
    animation: pulse 3s ease-in-out infinite;
}
.rs-hero-inner {
    position: relative; z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

/* Check ring animation */
.rs-check-ring {
    width: 84px; height: 84px;
    border-radius: 50%;
    border: 2px solid rgba(254,238,21,.15);
    display: flex; align-items: center; justify-content: center;
    animation: ringPulse 2.5s ease-in-out infinite;
}
@keyframes ringPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(254,238,21,.2); }
    50%       { box-shadow: 0 0 0 14px rgba(254,238,21,0); }
}
.rs-check-circle {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #feee15 0%, #c9b800 100%);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 24px rgba(254,238,21,.4), inset 0 1px 0 rgba(255,255,255,.3);
}
.rs-check-circle i {
    font-size: 30px;
    color: #000;
    font-weight: 900;
}

.rs-title {
    font-size: clamp(20px, 4vw, 28px);
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.rs-subtitle {
    font-size: 13px;
    color: rgba(255,255,255,.45);
    margin: 0;
    max-width: 420px;
}
.rs-subtitle strong { color: rgba(254,238,21,.8); }

/* Ticket number badge */
.rs-ticket-num {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(254,238,21,.07);
    border: 1px solid rgba(254,238,21,.2);
    border-radius: 100px;
    padding: 8px 20px;
    margin-top: 4px;
}
.rs-ticket-num span {
    font-size: 12px;
    color: rgba(255,255,255,.4);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.rs-ticket-num strong {
    font-size: 16px;
    font-weight: 800;
    color: #feee15;
    letter-spacing: .12em;
}

/* ── ROUTE CARD ─────────────────────────────────────────────── */
.rs-route-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 16px;
    backdrop-filter: blur(16px);
}
.rs-route-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(255,255,255,.02);
}
.rs-route-head > i { font-size: 18px; color: #feee15; }
.rs-route-head > span { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); flex: 1; }
.rs-distance-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(254,238,21,.08);
    border: 1px solid rgba(254,238,21,.18);
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(254,238,21,.8);
}
.rs-distance-pill i { font-size: 13px; }

.rs-route-body {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 20px;
}

.rs-route-point {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.rs-route-point.dest { flex-direction: row-reverse; text-align: right; }
.rs-rp-dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}
.rs-rp-dot.origin { background: #feee15; box-shadow: 0 0 8px rgba(254,238,21,.5); }
.rs-rp-dot.dest   { background: #4ae3a0; box-shadow: 0 0 8px rgba(74,227,160,.4); }

.rs-rp-info label   { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.3); margin-bottom: 4px; }
.rs-rp-info strong  { display: block; font-size: 15px; font-weight: 700; color: #fff; line-height: 1.2; }
.rs-rp-info span    { display: block; font-size: 12px; color: rgba(255,255,255,.4); margin-top: 3px; }

/* Timeline center */
.rs-route-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    gap: 8px;
    position: relative;
    min-width: 140px;
}
.rs-tl-line {
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(255,255,255,.06);
}
.rs-tl-dates {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative; z-index: 1;
}
.rs-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 8px 14px;
    text-align: center;
}
.rs-date-badge.return { border-color: rgba(74,227,160,.15); background: rgba(74,227,160,.04); }
.rs-date-badge i    { font-size: 14px; color: #feee15; }
.rs-date-badge.return i { color: #4ae3a0; }
.rs-date-badge      { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.8); }
.rs-date-badge small { font-size: 10px; color: rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .06em; }
.rs-tl-arrow {
    font-size: 20px;
    color: rgba(255,255,255,.1);
    position: relative; z-index: 1;
    display: none;
}

/* ── SECTION CARD ───────────────────────────────────────────── */
.rs-section {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    backdrop-filter: blur(16px);
}
.rs-section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(255,255,255,.02);
}
.rs-section-header i    { font-size: 18px; color: #feee15; }
.rs-section-header span { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); }
.rs-section-body { padding: 20px; }

/* ── PASSENGER TABLE ────────────────────────────────────────── */
.rs-table { border-radius: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.06); }
.rs-table-head {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 1fr;
    gap: 0;
    background: rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding: 10px 16px;
}
.rs-table-head > div { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.3); font-weight: 600; }
.rs-table-row {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 1fr;
    gap: 0;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,.04);
    transition: background .15s ease;
}
.rs-table-row:last-child   { border-bottom: none; }
.rs-table-row:hover        { background: rgba(254,238,21,.025); }
.rs-table-row.primary      { background: rgba(254,238,21,.03); }
.rs-table-row > div        { font-size: 13px; color: rgba(255,255,255,.7); display: flex; align-items: center; }
.rs-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(254,238,21,.1);
    border: 1px solid rgba(254,238,21,.18);
    color: rgba(254,238,21,.8);
}

/* ── PAYMENT SECTION ────────────────────────────────────────── */
.rs-payment-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 4px 0 16px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    margin-bottom: 16px;
}
.rs-payment-method {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}
.rs-pm-icon {
    width: 46px; height: 46px;
    border-radius: 12px;
    background: rgba(254,238,21,.08);
    border: 1px solid rgba(254,238,21,.15);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.rs-pm-icon i   { font-size: 22px; color: #feee15; }
.rs-pm-info strong { display: block; font-size: 14px; font-weight: 700; color: #fff; }
.rs-pm-info span   { display: block; font-size: 12px; color: rgba(255,255,255,.35); margin-top: 2px; }

.rs-payment-amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.rs-amount-val {
    font-size: 20px;
    font-weight: 800;
    color: #feee15;
}
.rs-amount-tip { font-size: 11px; color: rgba(255,255,255,.35); }

/* Status badges */
.rs-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
}
.rs-status.wait     { background: rgba(255,165,0,.12); border: 1px solid rgba(255,165,0,.25); color: rgba(255,165,0,.9); }
.rs-status.approved { background: rgba(74,227,160,.1); border: 1px solid rgba(74,227,160,.2); color: #4ae3a0; }
.rs-status.rejected { background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.2); color: rgba(239,68,68,.8); }

.rs-payment-note {
    padding: 12px 16px;
    background: rgba(255,255,255,.025);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.05);
}
.rs-payment-note p     { font-size: 13px; color: rgba(255,255,255,.6); margin: 0 0 4px; }
.rs-payment-note small { font-size: 11px; color: rgba(255,255,255,.25); }

/* ── CONTACT BAR ────────────────────────────────────────────── */
.rs-contact-bar {
    display: flex;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.05);
    margin-top: 8px;
}
.rs-contact-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border-right: 1px solid rgba(255,255,255,.05);
}
.rs-contact-item:last-child { border-right: none; }
.rs-contact-item > i { font-size: 20px; color: #feee15; flex-shrink: 0; }
.rs-contact-item small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.25); margin-bottom: 2px; }
.rs-contact-item a, .rs-contact-item span { font-size: 12px; color: rgba(255,255,255,.6); text-decoration: none; }
.rs-contact-item a:hover { color: #feee15; }

/* ── ACTION BAR (web only, not in PDF) ──────────────────────── */
.rs-action-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 24px 20px;
    flex-wrap: wrap;
}
.rs-btn-pdf {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #feee15 0%, #c9b800 100%);
    color: #000;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 28px;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(254,238,21,.28);
    transition: all .25s ease;
}
.rs-btn-pdf:hover { filter: brightness(1.08); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(254,238,21,.4); }
.rs-btn-pdf i { font-size: 18px; }

.rs-btn-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.6);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 28px;
    text-decoration: none;
    transition: all .25s ease;
}
.rs-btn-home:hover { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.2); }

/* ── PRINT / PDF excludes ───────────────────────────────────── */
@media print {
    .no-print, .as2-steps-bar, .ghost-header, .rs-action-bar { display: none !important; }
    .page-rezervasyon-tamamlandi { background: #fff !important; }
    .rs-hero, .rs-route-card, .rs-section, .rs-contact-bar {
        background: #fff !important;
        border-color: #e5e5e5 !important;
        color: #000 !important;
    }
    .rs-hero-glow, .page-rezervasyon-tamamlandi::before { display: none !important; }
    .rs-title, .rs-rp-info strong, .rs-table-row > div, .rs-pm-info strong { color: #000 !important; }
    .rs-check-circle { background: #feee15 !important; }
    .rs-amount-val { color: #000 !important; }
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 768px) {
    .rs-route-body { flex-direction: column; gap: 12px; }
    .rs-route-point.dest { flex-direction: row; text-align: left; }
    .rs-route-timeline { flex-direction: row; min-width: auto; padding: 0; }
    .rs-tl-line { display: none; }
    .rs-tl-dates { flex-direction: row; }
    .rs-table-head,
    .rs-table-row { grid-template-columns: 1fr 1fr; }
    .rs-table-head > div:nth-child(3),
    .rs-table-head > div:nth-child(4),
    .rs-table-row > div:nth-child(3) { display: none; }
    .rs-contact-bar { flex-direction: column; }
    .rs-contact-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.05); }
    .rs-payment-row { flex-direction: column; align-items: flex-start; }
    .rs-payment-amount { align-items: flex-start; }
}

/* ============================================================ */
/* ===========  END RS SUCCESS PAGE THEME  =================== */
/* ============================================================ */


/* ============================================================ */
/* ====  RSC – REZERVASYON TAMAMLANDI CONTENT COMPONENTS  ===== */
/* ============================================================ */

/* Page wrapper */
.rsc-page-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 0 60px;
}

/* Top bar (PDF button) */
.rsc-top-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.rsc-btn-pdf {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.6);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    cursor: pointer;
    transition: all .2s ease;
}
.rsc-btn-pdf:hover {
    background: rgba(254,238,21,.1);
    border-color: rgba(254,238,21,.3);
    color: #feee15;
}
.rsc-btn-pdf i { font-size: 16px; }

/* Main content wrapper */
.rsc-wrap { display: flex; flex-direction: column; gap: 14px; }

/* ── HERO ────────────────────────────────────────────────── */
.rsc-hero {
    position: relative;
    text-align: center;
    padding: 52px 20px 44px;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    overflow: hidden;
}
.rsc-hero-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-55%);
    width: 320px; height: 180px;
    background: radial-gradient(ellipse, rgba(254,238,21,.1) 0%, transparent 70%);
    pointer-events: none;
}
.rsc-check-ring {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px; height: 84px;
    border-radius: 50%;
    border: 2px solid rgba(254,238,21,.2);
    margin-bottom: 16px;
    position: relative;
    animation: rscRing 2.5s ease-in-out infinite;
}
@keyframes rscRing {
    0%,100% { box-shadow: 0 0 0 0 rgba(254,238,21,.2); }
    50%      { box-shadow: 0 0 0 14px rgba(254,238,21,0); }
}
.rsc-check-circle {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #feee15, #c9b800);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 24px rgba(254,238,21,.35);
}
.rsc-check-circle i { font-size: 28px; color: #000; font-weight: 900; }

.rsc-title {
    font-size: clamp(18px, 3.5vw, 26px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.rsc-subtitle {
    font-size: 13px;
    color: rgba(255,255,255,.45);
    margin: 0 auto 16px;
    max-width: 400px;
    line-height: 1.6;
}
.rsc-subtitle strong { color: rgba(254,238,21,.8); }

.rsc-ticket {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(254,238,21,.07);
    border: 1px solid rgba(254,238,21,.2);
    border-radius: 100px;
    padding: 8px 20px;
}
.rsc-ticket span { font-size: 11px; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.rsc-ticket strong { font-size: 16px; font-weight: 800; color: #feee15; letter-spacing: .1em; }

/* ── CARD (shared) ───────────────────────────────────────── */
.rsc-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(12px);
}
.rsc-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    background: rgba(255,255,255,.02);
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.rsc-card-head > i    { font-size: 17px; color: #feee15; }
.rsc-card-head > span { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); flex: 1; }
.rsc-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(254,238,21,.07);
    border: 1px solid rgba(254,238,21,.18);
    border-radius: 100px;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(254,238,21,.8);
}
.rsc-card-body { padding: 18px; }

/* ── ROUTE BODY ──────────────────────────────────────────── */
.rsc-route-body {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
}
.rsc-rp {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.rsc-rp.dest { flex-direction: row-reverse; }
.rsc-rp.dest .rsc-rp-info { text-align: right; }

.rsc-rp-dot {
    width: 11px; height: 11px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}
.rsc-rp-dot.origin { background: #feee15; box-shadow: 0 0 8px rgba(254,238,21,.5); }
.rsc-rp-dot.dest   { background: #4ae3a0; box-shadow: 0 0 8px rgba(74,227,160,.4); }

.rsc-rp-info label  { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.4); margin-bottom: 4px; }
.rsc-rp-info strong { display: block; font-size: 14px; font-weight: 700; color: #fff; line-height: 1.25; }
.rsc-rp-info span   { display: block; font-size: 12px; color: rgba(255,255,255,.38); margin-top: 2px; }

.rsc-rp-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    min-width: 130px;
}
.rsc-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;
    padding: 8px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,.8);
}
.rsc-date-badge.return { border-color: rgba(74,227,160,.15); background: rgba(74,227,160,.04); }
.rsc-date-badge i       { font-size: 13px; color: #feee15; margin-bottom: 1px; }
.rsc-date-badge.return i { color: #4ae3a0; }
.rsc-date-badge small    { font-size: 10px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .05em; }

/* ── PASSENGER TABLE ────────────────────────────────────── */
.rsc-table { border-radius: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.06); }
.rsc-table-head {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 1fr;
    padding: 9px 14px;
    background: rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.rsc-table-head > div { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.4); font-weight: 600; }
.rsc-table-row {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 1fr;
    padding: 11px 14px;
    border-bottom: 1px solid rgba(255,255,255,.04);
    transition: background .15s ease;
}
.rsc-table-row:last-child { border-bottom: none; }
.rsc-table-row:hover      { background: rgba(254,238,21,.02); }
.rsc-table-row.primary    { background: rgba(254,238,21,.03); }
.rsc-table-row > div      { font-size: 13px; color: rgba(255,255,255,.65); display: flex; align-items: center; }
.rsc-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(254,238,21,.09);
    border: 1px solid rgba(254,238,21,.18);
    color: rgba(254,238,21,.8);
}

/* ── PAYMENT ────────────────────────────────────────────── */
.rsc-payment-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    margin-bottom: 14px;
}
.rsc-pm-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: rgba(254,238,21,.07);
    border: 1px solid rgba(254,238,21,.14);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.rsc-pm-icon i { font-size: 20px; color: #feee15; }
.rsc-pm-info { flex: 1; }
.rsc-pm-info strong { display: block; font-size: 14px; font-weight: 700; color: #fff; }
.rsc-pm-info span   { display: block; font-size: 12px; color: rgba(255,255,255,.32); margin-top: 2px; }
.rsc-pm-amount { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.rsc-price  { font-size: 20px; font-weight: 800; color: #feee15; }
.rsc-pm-amount small { font-size: 11px; color: rgba(255,255,255,.3); }

.rsc-status {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 6px 13px; border-radius: 100px;
    font-size: 12px; font-weight: 700;
}
.rsc-status.wait { background: rgba(255,165,0,.1);  border: 1px solid rgba(255,165,0,.25);  color: rgba(255,165,0,.9); }
.rsc-status.ok   { background: rgba(74,227,160,.1); border: 1px solid rgba(74,227,160,.2);  color: #4ae3a0; }
.rsc-status.no   { background: rgba(239,68,68,.1);  border: 1px solid rgba(239,68,68,.2);   color: rgba(239,68,68,.8); }

.rsc-pm-note {
    padding: 12px 14px;
    background: rgba(255,255,255,.025);
    border-radius: 9px;
    border: 1px solid rgba(255,255,255,.05);
}
.rsc-pm-note p     { font-size: 13px; color: rgba(255,255,255,.55); margin: 0 0 3px; }
.rsc-pm-note small { font-size: 11px; color: rgba(255,255,255,.22); }

/* ── CONTACT BAR ────────────────────────────────────────── */
.rsc-contact-bar {
    display: flex;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 6px;
}
.rsc-ci {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 16px;
    border-right: 1px solid rgba(255,255,255,.05);
}
.rsc-ci:last-child { border-right: none; }
.rsc-ci > i { font-size: 18px; color: #feee15; flex-shrink: 0; }
.rsc-ci small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.22); margin-bottom: 2px; }
.rsc-ci a, .rsc-ci span { font-size: 12px; color: rgba(255,255,255,.55); text-decoration: none; }
.rsc-ci a:hover { color: #feee15; }

/* ── BOTTOM BAR ─────────────────────────────────────────── */
.rsc-bottom-bar {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.rsc-btn-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 24px;
    text-decoration: none;
    transition: all .2s ease;
}
.rsc-btn-home:hover { background: rgba(255,255,255,.07); color: #fff; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 700px) {
    .rsc-route-body  { flex-direction: column; }
    .rsc-rp.dest     { flex-direction: row; }
    .rsc-rp.dest .rsc-rp-info { text-align: left; }
    .rsc-rp-center   { flex-direction: row; min-width: auto; }
    .rsc-table-head,
    .rsc-table-row   { grid-template-columns: 1fr 1fr; }
    .rsc-table-head > div:nth-child(3),
    .rsc-table-head > div:nth-child(4),
    .rsc-table-row > div:nth-child(3) { display: none; }
    .rsc-contact-bar { flex-direction: column; }
    .rsc-ci          { border-right: none; border-bottom: 1px solid rgba(255,255,255,.05); }
    .rsc-payment-row { flex-direction: column; align-items: flex-start; }
    .rsc-pm-amount   { align-items: flex-start; }
}

/* ============================================================ */
/* ==============  END RSC COMPONENTS  ======================= */
/* ============================================================ */


/* ============================================================ */
/* ====  SP – SPECIAL PAGES SHARED DARK GLASS THEME  ========= */
/* ============================================================ */

/* ── Page wrapper ───────────────────────────── */
.sp-page {
    background: #0a0a0f;
    /* min-height: 100vh; */
    color: #fff;
    position: relative;
    /* padding: 80px 0; */
}

/* ── HERO shared ────────────────────────────── */
.sp-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px;
}
.sp-hero-short { padding: 80px 0 60px; text-align: center; }

.sp-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.sp-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .55;
}
.sp-blob-1 {
    width: 480px; height: 380px;
    top: -80px; right: -60px;
    background: radial-gradient(circle, rgba(254,238,21,.12), transparent 70%);
    animation: blobFloat 11s ease-in-out infinite;
}
.sp-blob-2 {
    width: 380px; height: 320px;
    bottom: -60px; left: -40px;
    background: radial-gradient(circle, rgba(99,102,241,.08), transparent 70%);
    animation: blobFloat 14s ease-in-out infinite reverse;
}
@keyframes blobFloat {
    0%,100% { transform: translateY(0) scale(1); }
    50%      { transform: translateY(-20px) scale(1.05); }
}
.sp-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* Hero inner (split) */
.sp-hero-inner {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative; z-index: 1;
}
.sp-hero-text { flex: 1; }
.sp-hero-img-wrap { flex: 0 0 45%; position: relative; }

/* Hero centered (short) */
.sp-hero-center {
    max-width: 680px;
    margin: 0 auto;
    position: relative; z-index: 1;
}
.sp-hero-center h1 { font-size: clamp(28px, 5vw, 46px); font-weight: 800; color: #fff; margin: 12px 0 16px; }
.sp-hero-center p  { font-size: 16px; color: rgba(255,255,255,.55); line-height: 1.7; }

/* Eyebrow */
.sp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #feee15;
    background: rgba(254,238,21,.08);
    border: 1px solid rgba(254,238,21,.2);
    border-radius: 100px;
    padding: 5px 14px;
    margin-bottom: 18px;
}
.sp-eyebrow i { font-size: 14px; }

.sp-hero-text h1 {
    font-size: clamp(28px, 4.5vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 16px;
}
.sp-hero-text p { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.7; margin: 0 0 8px; }
.sp-hero-sub { color: rgba(255,255,255,.35) !important; font-size: 14px !important; }

/* Stats */
.sp-hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
    padding: 18px 22px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    backdrop-filter: blur(12px);
    width: fit-content;
}
.sp-stat { display: flex; flex-direction: column; }
.sp-stat strong { font-size: 24px; font-weight: 800; color: #feee15; line-height: 1; }
.sp-stat span   { font-size: 11px; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .06em; margin-top: 3px; }
.sp-stat-div { width: 1px; height: 36px; background: rgba(255,255,255,.1); }

/* Hero image */
.sp-img-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(ellipse, rgba(254,238,21,.12) 0%, transparent 65%);
    pointer-events: none;
}
.sp-img-frame {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 24px 60px rgba(0,0,0,.5);
    position: relative; z-index: 1;
}
.sp-img-frame img { width: 100%; height: 340px; object-fit: cover; display: block; }

/* ── Section shared ─────────────────────────── */
.sp-section { padding: 80px 0; }
.sp-alt { background: rgba(255,255,255,.02); }
.sp-section-head { text-align: center; max-width: 600px; margin: 0 auto 52px; }
.sp-section-head h2 { font-size: clamp(22px, 3.5vw, 36px); font-weight: 700; color: #fff; margin-bottom: 14px; }
.sp-section-head h2::after { content: ''; display: block; width: 44px; height: 3px; background: #feee15; border-radius: 2px; margin: 12px auto 0; }
.sp-section-head p { font-size: 15px; color: rgba(255,255,255,.45); line-height: 1.7; }

/* ── ABOUT: Mission/Vision glass cards ──────── */
.sp-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sp-glass-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    padding: 36px 32px;
    transition: transform .3s ease, border-color .3s ease;
}
.sp-glass-card:hover { transform: translateY(-6px); border-color: rgba(254,238,21,.2); }
.sp-gc-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(254,238,21,.1);
    border: 1px solid rgba(254,238,21,.2);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.sp-gc-icon i { font-size: 24px; color: #feee15; }
.sp-glass-card h3 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.sp-glass-card p  { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.7; }

/* ── ABOUT: Why grid ────────────────────────── */
.sp-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.sp-why-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all .3s ease;
}
.sp-why-card:hover { background: rgba(254,238,21,.05); border-color: rgba(254,238,21,.2); transform: translateY(-4px); }
.sp-why-ring {
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(254,238,21,.25);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
    transition: border-color .3s ease;
}
.sp-why-card:hover .sp-why-ring { border-color: #feee15; }
.sp-why-ring i   { font-size: 20px; color: #feee15; }
.sp-why-card h4  { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.sp-why-card p   { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.6; }

/* ── ABOUT: Values strip ────────────────────── */
.sp-values-strip { display: flex; flex-direction: column; gap: 16px; }
.sp-val {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
    padding: 22px 24px;
    transition: border-color .25s ease;
}
.sp-val:hover { border-color: rgba(254,238,21,.2); }
.sp-val > i    { font-size: 22px; color: #feee15; margin-top: 2px; flex-shrink: 0; }
.sp-val h4     { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.sp-val p      { font-size: 13px; color: rgba(255,255,255,.38); line-height: 1.6; margin: 0; }

/* ── Process line ───────────────────────────── */
.sp-process-line {
    display: flex;
    align-items: stretch;
    gap: 0;
    flex-wrap: wrap;
}
.sp-process-item {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    margin: 4px;
    transition: all .3s ease;
}
.sp-process-item:hover { border-color: rgba(254,238,21,.2); }
.sp-proc-num {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #feee15, #c9b800);
    color: #000;
    font-size: 18px;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 4px 14px rgba(254,238,21,.3);
}
.sp-proc-arrow { display: flex; align-items: center; color: rgba(254,238,21,.3); font-size: 22px; padding: 0 4px; }
.sp-proc-content h4 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.sp-proc-content p  { font-size: 12px; color: rgba(255,255,255,.38); line-height: 1.6; margin: 0; }

/* ── CONTACT: Split layout ──────────────────── */
.sp-contact-split {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 48px;
    align-items: start;
}
.sp-contact-left h2 { font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.sp-contact-intro   { font-size: 14px; color: rgba(255,255,255,.4); line-height: 1.7; margin-bottom: 28px; }

.sp-cinfo-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 12px;
    transition: border-color .25s ease;
}
.sp-cinfo-card:hover { border-color: rgba(254,238,21,.2); }
.sp-cinfo-icon {
    width: 42px; height: 42px;
    border-radius: 11px;
    background: rgba(254,238,21,.08);
    border: 1px solid rgba(254,238,21,.15);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.sp-cinfo-icon i { font-size: 18px; color: #feee15; }
.sp-cinfo-card label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.28); margin-bottom: 3px; }
.sp-cinfo-card a, .sp-cinfo-card span { font-size: 14px; color: rgba(255,255,255,.7); text-decoration: none; }
.sp-cinfo-card a:hover { color: #feee15; }

.sp-availability {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 13px;
    color: rgba(255,255,255,.4);
}
.sp-avail-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #4ae3a0;
    box-shadow: 0 0 6px rgba(74,227,160,.5);
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
    0%,100% { opacity: 1; } 50% { opacity: .4; }
}

/* Glass form */
.sp-form-glass {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    padding: 36px 32px;
    backdrop-filter: blur(14px);
}
.sp-form-glass h3 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.sp-form-glass p  { font-size: 13px; color: rgba(255,255,255,.38); margin-bottom: 24px; line-height: 1.6; }

.sp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.sp-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.sp-field:last-child { margin-bottom: 0; }
.sp-field label { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.35); font-weight: 600; }
.sp-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.sp-input-wrap > i {
    position: absolute;
    left: 14px;
    font-size: 16px;
    color: rgba(255,255,255,.2);
    pointer-events: none;
}
.sp-input-wrap input,
.sp-input-wrap textarea {
    width: 100%;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 12px 14px 12px 42px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, background .2s ease;
}
.sp-input-wrap textarea { resize: vertical; min-height: 100px; }
.sp-input-wrap input:focus,
.sp-input-wrap textarea:focus {
    border-color: rgba(254,238,21,.35);
    background: rgba(254,238,21,.04);
}
.sp-input-wrap input::placeholder,
.sp-input-wrap textarea::placeholder { color: rgba(255,255,255,.2); }
.sp-textarea-wrap { align-items: flex-start; }
.sp-textarea-wrap > i { top: 14px; }

.sp-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #feee15, #c9b800);
    color: #000;
    border: none;
    border-radius: 11px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    box-shadow: 0 4px 18px rgba(254,238,21,.25);
    transition: all .25s ease;
}
.sp-submit-btn:hover { filter: brightness(1.07); transform: translateY(-2px); }

/* ── CARS grid ──────────────────────────────── */
.sp-cars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 24px;
}
.sp-car-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease;
}
.sp-car-card:hover { transform: translateY(-6px); border-color: rgba(254,238,21,.2); box-shadow: 0 20px 50px rgba(0,0,0,.4); }

.sp-car-media { position: relative; height: 240px; overflow: hidden; }
.sp-car-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.sp-car-card:hover .sp-car-media img { transform: scale(1.04); }
.sp-car-media .swiper,
.sp-car-media .swiper-slide { height: 240px; }
.sp-car-media .swiper-slide img { height: 240px; }

.sp-car-vip {
    position: absolute; top: 14px; left: 14px;
    background: rgba(254,238,21,.9);
    color: #000;
    font-size: 10px; font-weight: 800;
    padding: 4px 10px; border-radius: 100px;
    text-transform: uppercase; letter-spacing: .06em;
    display: flex; align-items: center; gap: 4px;
}
.sp-car-count {
    position: absolute; top: 14px; right: 14px;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 12px; font-weight: 600;
    padding: 4px 10px; border-radius: 100px;
    display: flex; align-items: center; gap: 4px;
}

.sp-car-body { padding: 22px; }
.sp-car-title-row { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 14px; gap: 10px; }
.sp-car-title-row h3 { font-size: 17px; font-weight: 700; color: #fff; margin: 0; }
.sp-car-stars { color: #feee15; font-size: 12px; display: flex; gap: 2px; flex-shrink: 0; margin-top: 2px; }

.sp-car-features { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 18px; }
.sp-car-feat {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 12px;
    color: rgba(255,255,255,.55);
}
.sp-car-feat i { font-size: 14px; color: #feee15; flex-shrink: 0; }

.sp-car-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #feee15, #c9b800);
    color: #000;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 4px 14px rgba(254,238,21,.2);
}
.sp-car-btn:hover { filter: brightness(1.07); box-shadow: 0 8px 24px rgba(254,238,21,.35); color: #000; }
.sp-btn-arrow { margin-left: auto; transition: transform .2s ease; }
.sp-car-btn:hover .sp-btn-arrow { transform: translateX(4px); }

/* Swiper overrides for dark card */
.sp-car-media .swiper-button-next,
.sp-car-media .swiper-button-prev { color: rgba(254,238,21,.8); --swiper-navigation-size: 20px; }
.sp-car-media .swiper-pagination-bullet { background: rgba(255,255,255,.4); }
.sp-car-media .swiper-pagination-bullet-active { background: #feee15; }

/* ── TOURS grid ─────────────────────────────── */
.sp-tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}
.sp-tours-grid.single  { grid-template-columns: minmax(300px,480px); margin: 0 auto; }
.sp-tours-grid.two     { grid-template-columns: repeat(2, 1fr); max-width: 740px; margin: 0 auto; }

.sp-tour-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease;
}
.sp-tour-card:hover { transform: translateY(-6px); border-color: rgba(254,238,21,.2); box-shadow: 0 20px 50px rgba(0,0,0,.4); }

.sp-tour-img { position: relative; height: 240px; overflow: hidden; }
.sp-tour-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.sp-tour-card:hover .sp-tour-img img { transform: scale(1.06); }
.sp-tour-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, rgba(254,238,21,.1), rgba(99,102,241,.1)); display: flex; align-items: center; justify-content: center; font-size: 40px; color: rgba(254,238,21,.4); }
.sp-tour-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 55%); }

.sp-tour-price {
    position: absolute;
    bottom: 14px; left: 14px;
    display: flex; flex-direction: column;
}
.sp-tour-price span { font-size: 18px; font-weight: 800; color: #feee15; line-height: 1; }
.sp-tour-price small { font-size: 10px; color: rgba(255,255,255,.5); }

.sp-tour-body { padding: 20px; }
.sp-tour-body h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.sp-tour-meta { display: flex; gap: 12px; margin-bottom: 14px; }
.sp-tour-meta-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,.4); }
.sp-tour-meta-item i { font-size: 14px; color: #feee15; }

.sp-tour-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(254,238,21,.08);
    border: 1px solid rgba(254,238,21,.2);
    color: #feee15;
    border-radius: 9px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
}
.sp-tour-btn:hover { background: rgba(254,238,21,.15); color: #feee15; }

/* ── BLOGS ──────────────────────────────────── */
.sp-blogs-filter-section { padding: 32px 0; }
.sp-blog-filters {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    padding: 16px 20px;
}
.sp-blog-search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 0 12px;
    flex: 0 0 280px;
}
.sp-blog-search > i { font-size: 16px; color: rgba(255,255,255,.25); flex-shrink: 0; }
.sp-blog-search input { background: none; border: none; outline: none; color: #fff; font-size: 14px; flex: 1; padding: 11px 0; }
.sp-blog-search input::placeholder { color: rgba(255,255,255,.25); }
.sp-blog-search button { background: none; border: none; color: rgba(254,238,21,.6); cursor: pointer; font-size: 16px; }
.sp-blog-search button:hover { color: #feee15; }

.sp-blog-cats { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; }
.sp-cat-pill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.45);
    text-decoration: none;
    transition: all .2s ease;
}
.sp-cat-pill:hover { border-color: rgba(254,238,21,.25); color: rgba(254,238,21,.8); }
.sp-cat-pill.active { background: rgba(254,238,21,.1); border-color: rgba(254,238,21,.3); color: #feee15; }

.sp-blogs-main { padding-top: 0; }

.sp-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}
.sp-blog-grid.single { grid-template-columns: minmax(320px, 520px); margin: 0 auto 48px; }

.sp-blog-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px;
    overflow: hidden;
    transition: all .3s ease;
}
.sp-blog-card:hover { transform: translateY(-5px); border-color: rgba(254,238,21,.18); box-shadow: 0 16px 40px rgba(0,0,0,.4); }

.sp-blog-img { position: relative; height: 220px; overflow: hidden; }
.sp-blog-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.sp-blog-card:hover .sp-blog-img img { transform: scale(1.04); }
.sp-blog-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, rgba(99,102,241,.15), rgba(139,92,246,.1)); display: flex; align-items: center; justify-content: center; font-size: 36px; color: rgba(254,238,21,.3); }

.sp-blog-cat-badge {
    position: absolute;
    top: 14px; left: 14px;
    background: rgba(254,238,21,.9);
    color: #000;
    font-size: 10px; font-weight: 800;
    padding: 4px 10px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.sp-blog-body { padding: 20px; }
.sp-blog-meta { display: flex; gap: 14px; margin-bottom: 12px; font-size: 12px; color: rgba(255,255,255,.3); }
.sp-blog-meta i { margin-right: 4px; }
.sp-blog-meta time,
.sp-blog-meta span { display: flex; align-items: center; gap: 4px; }

.sp-blog-title { font-size: 16px; font-weight: 700; margin-bottom: 10px; line-height: 1.4; }
.sp-blog-title a { color: #fff; text-decoration: none; transition: color .2s ease; }
.sp-blog-title a:hover { color: #feee15; }

.sp-blog-excerpt { font-size: 13px; color: rgba(255,255,255,.38); line-height: 1.65; margin-bottom: 16px; }

.sp-blog-footer { border-top: 1px solid rgba(255,255,255,.06); padding-top: 14px; }
.sp-blog-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(254,238,21,.75);
    text-decoration: none;
    transition: all .2s ease;
}
.sp-blog-readmore:hover { color: #feee15; gap: 10px; }

/* No blogs */
.sp-no-blogs { text-align: center; padding: 80px 20px; }
.sp-no-blogs-icon { font-size: 52px; color: rgba(254,238,21,.2); margin-bottom: 16px; }
.sp-no-blogs h3 { font-size: 20px; color: #fff; margin-bottom: 8px; }
.sp-no-blogs p  { color: rgba(255,255,255,.35); }

/* Pagination */
.sp-blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.sp-pg-numbers { display: flex; align-items: center; gap: 6px; }
.sp-pg-btn, .sp-pg-num {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.5);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease;
}
.sp-pg-btn:hover, .sp-pg-num:hover { border-color: rgba(254,238,21,.3); color: #feee15; }
.sp-pg-num.active { background: rgba(254,238,21,.12); border-color: rgba(254,238,21,.3); color: #feee15; }
.sp-pg-dots { color: rgba(255,255,255,.25); padding: 0 4px; }

/* ── RESPONSIVE ─────────────────────────────── */
@media (max-width: 992px) {
    .sp-hero-inner { flex-direction: column; gap: 36px; }
    .sp-hero-img-wrap { flex: auto; width: 100%; max-width: 480px; }
    .sp-why-grid { grid-template-columns: repeat(2, 1fr); }
    .sp-contact-split { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .sp-why-grid { grid-template-columns: 1fr; }
    .sp-2col { grid-template-columns: 1fr; }
    .sp-form-row { grid-template-columns: 1fr; }
    .sp-process-line { flex-direction: column; }
    .sp-proc-arrow { transform: rotate(90deg); }
    .sp-blog-grid { grid-template-columns: 1fr; }
    .sp-cars-grid { grid-template-columns: 1fr; }
    /* .sp-hero-stats { flex-direction: column; gap: 12px; } */
    .sp-hero-stats { gap: 12px; flex-wrap: wrap;}
    .sp-hero { padding: 60px 0 48px; }
    .sp-blog-filters { flex-direction: column; align-items: stretch; }
    .sp-blog-search { flex: auto; }
}

/* ============================================================ */
/* ==============  END SP SPECIAL PAGES THEME  =============== */
/* ============================================================ */


/* ============================================================ */
/* ====  BD – BLOG DETAIL DARK GLASS THEME  ================== */
/* ============================================================ */

/* ── Reading progress top bar ───────────────── */
.bd-progress-bar {
    position: fixed;
    top: 0; left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #feee15, #c9b800);
    z-index: 9999;
    transition: width .08s linear;
    box-shadow: 0 0 8px rgba(254,238,21,.5);
}

/* ── HERO ────────────────────────────────────── */
.bd-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 56px;
    overflow: hidden;
}
.bd-hero-bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(2px) brightness(.35);
    transform: scale(1.03);
}
.bd-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,15,1) 0%, rgba(10,10,15,.65) 50%, rgba(10,10,15,.3) 100%);
}
.bd-hero-grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
}
.bd-hero-inner {
    position: relative; z-index: 1;
    max-width: 800px;
}
.bd-cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(254,238,21,.12);
    border: 1px solid rgba(254,238,21,.25);
    color: #feee15;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 100px;
    text-decoration: none;
    margin-bottom: 18px;
    display: inline-flex;
}
.bd-hero-title {
    font-size: clamp(22px, 4vw, 40px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 22px;
}
.bd-hero-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.bd-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255,255,255,.5);
}
.bd-meta-item i { font-size: 15px; color: #feee15; }
.bd-meta-sep { color: rgba(255,255,255,.2); }

/* ── LAYOUT ──────────────────────────────────── */
.bd-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 40px;
    padding: 50px 0 80px;
    align-items: start;
}

/* ── ARTICLE ─────────────────────────────────── */
.bd-article { min-width: 0; }

.bd-featured-img {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.07);
    margin-bottom: 36px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.bd-featured-img img { width: 100%; height: auto; display: block; }

/* Content typography for dark bg */
.bd-content {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255,255,255,.72);
    margin-bottom: 48px;
}
.bd-content h1,.bd-content h2,.bd-content h3,.bd-content h4,.bd-content h5,.bd-content h6 {
    color: #fff;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 14px;
    line-height: 1.25;
}
.bd-content h2 { font-size: 24px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.07); }
.bd-content h3 { font-size: 20px; }
.bd-content h4 { font-size: 17px; }
.bd-content p { margin-bottom: 18px; }
.bd-content ul,.bd-content ol { margin-bottom: 18px; padding-left: 28px; }
.bd-content li { margin-bottom: 7px; color: rgba(255,255,255,.65); }
.bd-content a  { color: #feee15; text-decoration: underline; text-underline-offset: 3px; }
.bd-content a:hover { color: #fff; }
.bd-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
    border: 1px solid rgba(255,255,255,.07);
    box-shadow: 0 8px 30px rgba(0,0,0,.4);
}
.bd-content blockquote {
    background: rgba(254,238,21,.05);
    border-left: 3px solid #feee15;
    padding: 18px 22px;
    margin: 28px 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: rgba(255,255,255,.6);
}
.bd-content code {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    padding: 1px 6px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    font-size: .88em;
    color: #4ae3a0;
}
.bd-content pre {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.07);
    padding: 20px;
    border-radius: 12px;
    overflow-x: auto;
    margin: 20px 0;
}
.bd-content pre code { background: none; border: none; padding: 0; }
.bd-content strong { color: #fff; font-weight: 700; }
.bd-content table {
    width: 100%; border-collapse: collapse;
    font-size: 14px; margin: 20px 0;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px; overflow: hidden;
}
.bd-content th { background: rgba(254,238,21,.08); color: rgba(254,238,21,.8); text-align: left; padding: 10px 14px; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.bd-content td { padding: 10px 14px; border-bottom: 1px solid rgba(255,255,255,.04); color: rgba(255,255,255,.65); }
.bd-content tr:last-child td { border-bottom: none; }

/* ── SHARE BAR ───────────────────────────────── */
.bd-share-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 20px 22px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
}
.bd-share-label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    flex-shrink: 0;
}
.bd-share-label i { font-size: 16px; color: #feee15; }
.bd-share-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.bd-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all .2s ease;
}
.bd-share-btn span { display: none; }
@media (min-width: 640px) { .bd-share-btn span { display: inline; } }
.bd-fb { background: rgba(24,119,242,.15); color: #4d8ed3; border: 1px solid rgba(24,119,242,.2); }
.bd-fb:hover { background: rgba(24,119,242,.25); color: #6aa4e8; }
.bd-tw { background: rgba(29,161,242,.12); color: #4cb0e8; border: 1px solid rgba(29,161,242,.2); }
.bd-tw:hover { background: rgba(29,161,242,.22); }
.bd-li { background: rgba(0,119,181,.12); color: #4a9dbf; border: 1px solid rgba(0,119,181,.2); }
.bd-li:hover { background: rgba(0,119,181,.22); }
.bd-wa { background: rgba(37,211,102,.1); color: #4ac974; border: 1px solid rgba(37,211,102,.18); }
.bd-wa:hover { background: rgba(37,211,102,.2); }
.bd-copy { background: rgba(254,238,21,.07); color: rgba(254,238,21,.7); border: 1px solid rgba(254,238,21,.15); }
.bd-copy:hover { background: rgba(254,238,21,.14); color: #feee15; }
.bd-copy.copied { background: rgba(74,227,160,.1); color: #4ae3a0; border-color: rgba(74,227,160,.2); }

/* ── SIDEBAR ─────────────────────────────────── */
.bd-sidebar { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 16px; }

.bd-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    color: rgba(255,255,255,.45);
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}
.bd-back-btn:hover { border-color: rgba(254,238,21,.2); color: #feee15; }

.bd-sidebar-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    padding: 18px;
}
.bd-sidebar-card h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: rgba(254,238,21,.7); font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }

.bd-sidebar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.04);
}
.bd-sidebar-row:last-child { border-bottom: none; padding-bottom: 0; }
.bd-sidebar-row > i { font-size: 16px; color: #feee15; flex-shrink: 0; width: 20px; text-align: center; }
.bd-sidebar-row small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.25); margin-bottom: 2px; }
.bd-sidebar-row span  { font-size: 13px; color: rgba(255,255,255,.65); font-weight: 500; }

/* Progress ring */
.bd-read-prog-card { text-align: center; }
.bd-progress-ring-wrap { position: relative; display: inline-flex; align-items: center; justify-content: center; margin-top: 8px; }
.bd-progress-ring { width: 80px; height: 80px; transform: rotate(-90deg); }
.bd-ring-bg   { fill: none; stroke: rgba(255,255,255,.07); stroke-width: 5; }
.bd-ring-fill { fill: none; stroke: #feee15; stroke-width: 5; stroke-linecap: round; transition: stroke-dashoffset .1s linear; }
.bd-ring-pct  { position: absolute; font-size: 14px; font-weight: 700; color: #feee15; }

/* ── RELATED ─────────────────────────────────── */
.bd-related { padding: 60px 0 80px; background: rgba(255,255,255,.02); }

.bd-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.bd-related-card {
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: all .3s ease;
}
.bd-related-card:hover { transform: translateY(-5px); border-color: rgba(254,238,21,.2); box-shadow: 0 16px 40px rgba(0,0,0,.4); }

.bd-rel-img { position: relative; height: 180px; overflow: hidden; flex-shrink: 0; }
.bd-rel-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; display: block; }
.bd-related-card:hover .bd-rel-img img { transform: scale(1.05); }
.bd-rel-placeholder { width: 100%; height: 100%; background: rgba(254,238,21,.06); display: flex; align-items: center; justify-content: center; font-size: 32px; color: rgba(254,238,21,.3); }

.bd-rel-body { padding: 16px; }
.bd-rel-meta { display: flex; gap: 10px; margin-bottom: 8px; font-size: 11px; color: rgba(255,255,255,.28); }
.bd-rel-meta span { display: flex; align-items: center; gap: 4px; }
.bd-rel-meta i { font-size: 13px; color: #feee15; }

.bd-rel-body h3 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 6px; line-height: 1.4; }
.bd-rel-body p  { font-size: 12px; color: rgba(255,255,255,.35); line-height: 1.6; margin: 0; }

/* ── RESPONSIVE ─────────────────────────────── */
@media (max-width: 900px) {
    .bd-layout { grid-template-columns: 1fr; }
    .bd-sidebar { position: static; }
}
@media (max-width: 640px) {
    .bd-hero { min-height: 260px; padding-bottom: 36px; }
    .bd-content { font-size: 15px; }
    .bd-share-bar { flex-direction: column; align-items: flex-start; }
    .bd-related-grid { grid-template-columns: 1fr; }
}

/* ============================================================ */
/* ==============  END BD BLOG DETAIL THEME  ================= */
/* ============================================================ */

/* ============================================================
   MEMBER AUTH SYSTEM – HEADER BUTTONS
   ============================================================ */

/* ── Desktop: Guest Auth Dropdown ── */
.hdr-auth-wrap {
    position: relative;
}
.hdr-auth-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    padding: 7px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap;
}
.hdr-auth-toggle i:first-child { font-size: 17px; color: #c9a84c; }
.hdr-auth-toggle:hover {
    background: rgba(201,168,76,.1);
    border-color: rgba(201,168,76,.25);
}
.hdr-auth-arrow {
    font-size: 11px;
    opacity: .6;
    transition: transform .22s;
}
.hdr-auth-arrow.flipped { transform: rotate(180deg); }

.hdr-auth-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 220px;
    background: rgba(10,10,20,.97);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    backdrop-filter: blur(24px);
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    padding: 6px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(.97);
    transition: opacity .2s, transform .2s;
    z-index: 9999;
    overflow: hidden;
}
.hdr-auth-dropdown.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.hdr-ad-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px 8px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    margin-bottom: 6px;
    color: rgba(255,255,255,.4);
    font-size: 12px;
}
.hdr-ad-head i { color: #c9a84c; font-size: 15px; }
.hdr-ad-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 4px;
    transition: all .18s;
}
.hdr-ad-btn i { font-size: 15px; }
.hdr-ad-btn.primary {
    background: linear-gradient(135deg, #c9a84c, #e0bc5c);
    color: #0a0a0f;
}
.hdr-ad-btn.primary:hover { filter: brightness(1.08); transform: translateY(-1px); }
.hdr-ad-btn.secondary {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.75);
}
.hdr-ad-btn.secondary:hover { background: rgba(255,255,255,.1); color: #fff; }
.hdr-ad-foot {
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 4px;
    padding: 8px 14px 4px;
}
.hdr-ad-foot a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255,255,255,.35);
    text-decoration: none;
    transition: color .2s;
}
.hdr-ad-foot a:hover { color: #c9a84c; }
.hdr-ad-foot i { font-size: 13px; }

/* ── Desktop: Account dropdown ── */
.hdr-member-wrap {
    position: relative;
}
.hdr-member-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    padding: 6px 12px 6px 6px;
    cursor: pointer;
    transition: all .2s;
    color: #fff;
}
.hdr-member-btn:hover {
    background: rgba(201,168,76,.12);
    border-color: rgba(201,168,76,.3);
}
.hdr-member-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9a84c, #e8c96a);
    color: #0a0a0f;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hdr-member-name {
    font-size: 13px;
    font-weight: 600;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hdr-member-arrow {
    font-size: 11px;
    opacity: .6;
    transition: transform .2s;
}
.hdr-member-arrow.flipped { transform: rotate(180deg); }

.hdr-member-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 240px;
    background: rgba(12,12,20,.95);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0,0,0,.4);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: all .2s;
    z-index: 9999;
    overflow: hidden;
}
.hdr-member-dropdown.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.hdr-md-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.hdr-md-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9a84c, #e8c96a);
    color: #0a0a0f;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hdr-md-head strong {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.hdr-md-head small {
    font-size: 11px;
    color: rgba(255,255,255,.45);
    display: block;
    margin-top: 1px;
}
.hdr-md-links {
    padding: 8px 0;
}
.hdr-md-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    font-size: 13px;
    color: rgba(255,255,255,.75);
    text-decoration: none;
    transition: all .15s;
}
.hdr-md-links a i { color: #c9a84c; font-size: 15px; }
.hdr-md-links a:hover {
    background: rgba(201,168,76,.08);
    color: #fff;
    padding-left: 20px;
}
.hdr-md-logout {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-top: 1px solid rgba(255,255,255,.07);
    font-size: 13px;
    color: rgba(255,100,100,.75);
    text-decoration: none;
    transition: all .15s;
}
.hdr-md-logout i { font-size: 15px; }
.hdr-md-logout:hover { color: #ff6b6b; background: rgba(255,100,100,.06); }

/* ── Mobile nav: lang row ── */
.mobile-only-lang,
.mobile-only-auth {
    display: none !important;
}
@media(max-width: 991px) {
    .mobile-only-lang,
    .mobile-only-auth {
        display: flex !important;
        list-style: none;
        padding: 12px 0;
        border-top: 1px solid rgba(255,255,255,.08);
    }
    .mobile-only-lang { padding: 12px 0; }
    .mobile-lang-row {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .mob-lang-btn {
        display: flex;
        align-items: center;
        gap: 6px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        padding: 6px 10px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: all .2s;
    }
    .mob-lang-btn.active {
        background: rgba(201,168,76,.15);
        border-color: rgba(201,168,76,.4);
        color: #c9a84c;
    }
    .mobile-only-auth {
        gap: 10px;
        padding: 10px 20px;
        flex-wrap: wrap;
        border-top: 1px solid rgba(255,255,255,.08);
    }
    .mob-auth-btn {
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 9px 16px;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: all .2s;
    }
    .mob-auth-btn.login {
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.12);
        color: #fff;
    }
    .mob-auth-btn.register, .mob-auth-btn.account {
        background: linear-gradient(135deg, #c9a84c, #e8c96a);
        color: #0a0a0f;
    }
    .mob-auth-btn.logout {
        background: rgba(255,80,80,.1);
        border: 1px solid rgba(255,80,80,.2);
        color: #ff6b6b;
    }
    /* Hide desktop auth on mobile */
    .hdr-auth-wrap,
    .hdr-member-wrap {
        display: none !important;
    }
}

/* ============================================================
   MEMBER AUTH PAGES (login, register, forgot, reset, account)
   ============================================================ */

.member-auth-page {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.ma-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(201,168,76,.06) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 20%, rgba(56,189,248,.05) 0%, transparent 50%),
                #0a0a0f;
    z-index: 0;
}
.ma-wrap {
    max-width: 460px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
}
.ma-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 20px;
    padding: 42px 36px;
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 80px rgba(0,0,0,.4);
}
.ma-card-head {
    text-align: center;
    margin-bottom: 28px;
}
.ma-icon-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201,168,76,.15), rgba(201,168,76,.05));
    border: 1px solid rgba(201,168,76,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #c9a84c;
    margin: 0 auto 16px;
}
.ma-card-head h1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}
.ma-card-head p {
    font-size: 14px;
    color: rgba(255,255,255,.45);
    margin: 0;
}
.ma-alert {
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    display: none;
}
.ma-alert.success { background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.3); color: #4ade80; }
.ma-alert.error   { background: rgba(239,68,68,.12);  border: 1px solid rgba(239,68,68,.3);  color: #f87171; }
.ma-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ma-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ma-field label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,.55);
    text-transform: uppercase;
    letter-spacing: .5px;
}
.ma-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.ma-input-wrap > i:first-child {
    position: absolute;
    left: 13px;
    font-size: 16px;
    color: rgba(255,255,255,.35);
    pointer-events: none;
}
.ma-input-wrap input {
    width: 100%;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 11px 12px 11px 38px;
    font-size: 14px;
    color: #fff;
    outline: none;
    transition: all .2s;
}
.ma-input-wrap input:focus {
    border-color: rgba(201,168,76,.4);
    background: rgba(201,168,76,.04);
}
.ma-input-wrap input::placeholder { color: rgba(255,255,255,.25); }
.ma-pw-toggle {
    position: absolute;
    right: 11px;
    background: none;
    border: none;
    color: rgba(255,255,255,.35);
    font-size: 16px;
    cursor: pointer;
    padding: 2px;
    transition: color .2s;
}
.ma-pw-toggle:hover { color: rgba(255,255,255,.7); }
.ma-row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.ma-checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255,255,255,.55);
}
.ma-checkbox input[type="checkbox"] {
    accent-color: #c9a84c;
    width: 15px;
    height: 15px;
}
.ma-link {
    font-size: 13px;
    color: #c9a84c;
    text-decoration: none;
    transition: opacity .2s;
}
.ma-link:hover { opacity: .75; }
.ma-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px;
    border-radius: 11px;
    background: linear-gradient(135deg, #c9a84c, #e8c96a);
    color: #0a0a0f;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
    margin-top: 4px;
}
.ma-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201,168,76,.35);
}
.ma-btn:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.ma-footer-text {
    text-align: center;
    margin: 20px 0 0;
    font-size: 13px;
    color: rgba(255,255,255,.4);
}

/* ── La-spin animation ── */
@keyframes la-spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.la-spin { animation: la-spin .8s linear infinite; display: inline-block; }

/* ============================================================
   MEMBER ACCOUNT DASHBOARD
   ============================================================ */

.member-account-page {
    min-height: 100vh;
    background: #0a0a0f;
    padding-bottom: 60px;
}

/* ── Dashboard Hero ── */
.ma-dash-hero {
    /* background: linear-gradient(135deg, rgba(201,168,76,.08) 0%, rgba(0,0,0,0) 60%), #0d0d18; */
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding: 90px 0 30px;
    position: relative;
    overflow: hidden;
}
.mad-hero-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.mad-avatar-wrap { position: relative; flex-shrink: 0; }
.mad-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9a84c, #e8c96a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #0a0a0f;
    overflow: hidden;
}
.mad-avatar img { width: 100%; height: 100%; object-fit: cover; }
.mad-online-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #22c55e;
    border: 2px solid #0d0d18;
}
.mad-hero-info { flex: 1; }
.mad-hero-info h1 { font-size: 22px; color: #fff; margin: 0 0 4px; font-weight: 700; }
.mad-hero-info p  { font-size: 14px; color: rgba(255,255,255,.45); margin: 0 0 10px; }
.mad-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.mad-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    font-size: 12px;
    color: rgba(255,255,255,.55);
}
.mad-badge i { color: #c9a84c; }
.mad-logout-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 10px;
    background: rgba(239,68,68,.08);
    border: 1px solid rgba(239,68,68,.2);
    color: #f87171;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    margin-left: auto;
}
.mad-logout-btn:hover { background: rgba(239,68,68,.15); }

/* ── Dashboard Layout ── */
.mad-layout {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 28px;
    padding-top: 30px;
}
@media(max-width:767px) {
    .mad-layout { grid-template-columns: 1fr; }
}

/* ── Sidebar ── */
.mad-sidebar {
    position: sticky;
    top: 100px;
    height: max-content;
}
.mad-nav {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    overflow: hidden;
    backdrop-filter: blur(12px);
}
.mad-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,.6);
    text-decoration: none;
    transition: all .2s;
    border-left: 3px solid transparent;
}
.mad-nav-item i { font-size: 16px; color: rgba(255,255,255,.35); transition: color .2s; }
.mad-nav-item:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,.05); }
.mad-nav-item.active,
.mad-nav-item:hover {
    background: rgba(201,168,76,.07);
    color: #c9a84c;
    border-left-color: #c9a84c;
}
.mad-nav-item.active i,
.mad-nav-item:hover i { color: #c9a84c; }

/* ── Main sections ── */
.mad-section { }
.mad-section-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: rgba(255,255,255,.35);
    margin-bottom: 16px;
}
.mad-section-title.mt { margin-top: 28px; }

/* Stats row */
.mad-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 6px;
}
@media(max-width:500px) { .mad-stats-row { grid-template-columns: 1fr; } }
.mad-stat-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.mad-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(201,168,76,.1);
    border: 1px solid rgba(201,168,76,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #c9a84c;
    flex-shrink: 0;
}
.mad-stat-icon.gold  { background: rgba(201,168,76,.1); border-color: rgba(201,168,76,.2); color: #c9a84c; }
.mad-stat-icon.green { background: rgba(34,197,94,.1);  border-color: rgba(34,197,94,.2);  color: #4ade80; }
.mad-stat-info strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.mad-stat-info span {
    font-size: 12px;
    color: rgba(255,255,255,.4);
    margin-top: 3px;
    display: block;
}

/* ── Reservation cards ── */
.mad-res-list { display: flex; flex-direction: column; gap: 12px; }
.mad-res-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 16px 20px;
    transition: all .2s;
}
.mad-res-card:hover { border-color: rgba(201,168,76,.2); background: rgba(201,168,76,.03); }
.mad-res-card.full { }
.mad-res-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.mad-res-id {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,.5);
}
.mad-res-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.mad-res-status.wait { background: rgba(234,179,8,.1); color: #fbbf24; border: 1px solid rgba(234,179,8,.2); }
.mad-res-status.ok   { background: rgba(34,197,94,.1); color: #4ade80; border: 1px solid rgba(34,197,94,.2); }
.mad-res-status.no   { background: rgba(239,68,68,.1); color: #f87171; border: 1px solid rgba(239,68,68,.2); }
.mad-res-route {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.mad-res-route i { color: #c9a84c; font-size: 18px; }
.mad-res-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgba(255,255,255,.4);
}
.mad-res-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.mad-res-meta i { color: #c9a84c; }
.mad-res-passenger {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255,255,255,.35);
    display: flex;
    align-items: center;
    gap: 6px;
}
.mad-res-passenger i { color: #c9a84c; }
.mad-all-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #c9a84c;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 0;
}
.mad-all-link:hover { opacity: .8; }

/* ── Empty state ── */
.mad-empty {
    text-align: center;
    padding: 48px 20px;
    color: rgba(255,255,255,.3);
}
.mad-empty i { font-size: 48px; margin-bottom: 12px; display: block; }
.mad-empty p { font-size: 15px; margin-bottom: 20px; }

/* ============================================================
   BACKEND MEMBER MANAGEMENT (admin panel)
   ============================================================ */
/* (uses existing backend DataTable / list styles, no extra needed) */


.bd-card-wrapper{ display: grid; grid-template-columns: 1fr 1fr; gap: 50px;}


@media screen and (max-width: 768px){
    .home-page > div > div{ display: flex; flex-direction: column; padding-top: 40px;}
    .bd-card-wrapper{ display: flex; flex-direction: column;}
}





/* ─── AS2 Bonus Badge ──────────────────────────────────── */
.as2-bonus-badge {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    background: linear-gradient(135deg, rgba(236,203,58,.1), rgba(236,203,58,.05));
    border: 1px solid rgba(236,203,58,.25);
    border-radius: 8px;
    font-size: 12px;
    color: rgba(255,255,255,.7);
    margin-bottom: 6px;
    animation: bonusPulse 3s ease-in-out infinite;
}
.as2-bonus-badge i { color: #eccb3a; font-size: 15px; flex-shrink: 0; }
.as2-bonus-badge strong { color: #eccb3a; }
.as2-bonus-badge a { color: #eccb3a; }
@keyframes bonusPulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(236,203,58,.0); }
    50%      { box-shadow: 0 0 10px rgba(236,203,58,.15); }
}
