.choose-adventure {
    padding-top: 120px;
    padding-bottom: 80px;
}

.escape_room_home_Customer_Reviews_section {
    margin-top: 50px;
}

.escape_room_home_Customer_Reviews_card {
    background: #161b22;
    height: 100%;
    background-color: #191919;
    border: 1px solid #00d4ff38;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 28px 25px;
    /* margin-bottom: 22px; */
}

.escape_room_home_Customer_Reviews_card p {
    font-size: 16px;
    color: rgb(209 213 219);
}

.escape_room_home_Customer_Reviews_avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #00d4ff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.escape_room_home_Customer_Reviews_verified {
    background: #198754;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 5px;
    margin-left: 5px;
}

.escape_room_home_Customer_Reviews_stars {
    color: #ffc107;
    font-size: 18px;
}

.escape_room_home_Customer_Reviews_footer {
    font-size: 18px;
    margin-top: 10px;
}

.escape_room_home_Customer_Reviews_footer i {
    color: #ffc107;
}

.nav-pills .nav-link.active {
    background-color: #dc3545;
}


.escape_room_home_Customer_Reviews_tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 60px;
}

.escape_room_home_Customer_Reviews_tabs a.nav-link {
    background: transparent;
    border: 2px solid #2c3e50;
    border-radius: 15px;
    color: #7fb3d3;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 40px;
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.escape_room_home_Customer_Reviews_tabs a.nav-link:hover {
    border-color: #00d4ff;
    color: #00d4ff;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
    transform: translateY(-2px);
}

.escape_room_home_Customer_Reviews_tabs a.nav-link.active {
    background: transparent;
    border-color: #00d4ff;
    color: #00d4ff;
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
    }

    to {
        box-shadow: 0 0 40px rgba(0, 212, 255, 0.8);
    }
}

.escape_room_home_Customer_Reviews_summary {
    background: #161b22;
    height: 100%;
    background-color: #191919;
    border: 1px solid #00d4ff38;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 28px 25px;
    margin-top: 50px;
}

.escape_room_home_Customer_Reviews_summary h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.escape_room_home_Customer_Reviews_counter {
    text-align: center;
}

.escape_room_home_Customer_Reviews_counter .value {
    font-size: 28px;
    font-weight: bold;
}

.escape_room_home_Customer_Reviews_avg {
    color: #ffc107;
    /* yellow */
}

.escape_room_home_Customer_Reviews_recommend {
    color: #28a745;
    /* green */
}

.escape_room_home_Customer_Reviews_total {
    color: #00d4ff;
    /* blue */
}

.escape_room_home_contact_section {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.escape_room_home_contact_section h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

.escape_room_home_contact_item {
    margin-bottom: 30px;
}

.escape_room_home_contact_icon {
    font-size: 40px;
    color: #00d4ff;
    margin-bottom: 15px;
}

.escape_room_home_contact_item h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.escape_room_home_contact_item p {
    color: #b0bec5;
    margin: 0;
}

.Boo_Prison_Escap_main_heading {
    margin-bottom: 40px;
    text-align: center;
    color: #00d4ff;
}

.Boo_Prison_Escap_main_heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffff;
    text-transform: uppercase;
}

.Boo_Prison_Escap_main_heading p {
    font-size: 22px;
    color: #b0b0b0;
}

.Boo_Prison_Escape_calendar_box .flatpickr-calendar {
    width: 100% !important;
    max-width: 100% !important;
}

.Boo_Prison_Escape_calendar_box .flatpickr-days {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    background-color: #191919;
}

.Boo_Prison_Escape_calendar_box .flatpickr-weekdays,
.Boo_Prison_Escape_calendar_box .flatpickr-month {
    background-color: #191919 !important;
}

.Boo_Prison_Escape_calendar_box span.flatpickr-weekday {
    font-size: 15px;
    color: rgb(255 255 255);
}

.Boo_Prison_Escape_calendar_box .flatpickr-day {
    width: 100% !important;
    background-color: #191919;
    color: #fff !important;
    max-width: 55px;
    height: 55px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Boo_Prison_Escape_calendar_box span.flatpickr-day.prevMonthDay,
.Boo_Prison_Escape_calendar_box span.flatpickr-day.nextMonthDay {
    color: #ffffff75 !important;
}

@media (min-width: 768px) {
.Boo_Prison_Escape_calendar_box .dayContainer {
    width: 439px;
    min-width: auto;
    max-width: max-content;
    background-color: #191919;
}
}

.Boo_Prison_Escape_time_box {
    background-color: #191919;
    border: 1px solid #00d4ff38;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 28px 25px;
    margin-bottom: 10px;
}

.Boo_Prison_Escape_time_box .sub_heading {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #00d4ff;
    text-align: left;

}

.Booking_Summary_ng_summary_box {
    border-bottom: 1px dashed #00d4ff7d;
    padding-bottom: 14px;
}

.Boo_Prison_Escape_time-slot {
    display: none;
}

.Boo_Prison_Escape_time-slot-label {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #00d4ff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 16px;
    animation: alternate 2s ease-in-out infinite alternate;
        line-height: 18px;
}

.Boo_Prison_Escape_time-slot:checked+.Boo_Prison_Escape_time-slot-label {
    background-color: #00d4ff;
    color: #000;
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
    animation: Boo_Prison_Escape_glow 2s ease-in-out infinite alternate;
    font-weight: 600;
    font-size: 20px;
}

select.Boo_Prison_Escape_select {
    width: 100%;
    padding: 0 17px;
    border: 1px solid #00d4ff63;
    border-radius: 5px;
    background-color: #191919;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 212 255 / 43%);
    outline: none;
    border-radius: 10px;
    height: 48px;
}

.Boo_Prison_Escape_booking_summary_box_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px
}

.Boo_Prison_Escape_booking_summary_box_row span {
    font-size: 17px;
    color: #fff;
    text-align:right;
}

.Boo_Prison_Escape_booking_summary_box_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.escape_boo_summart_data {
    font-weight: 600;
    color: #00d4ff;
}

.escape_boo_summart_data_totale {
    font-weight: 600;
    color: #00d4ff;
    font-size: 22px;
    text-transform: uppercase;
}

.Boo_Prison_Escape_booking_summary_box_totals {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-top: 1px dashed #00d4ff7d;
    padding-top: 11px;
}

.Boo_Prison_Escape_booking_summary_box .next-button-wrapper {
    text-align: center;
    margin-top: 11px;
}

.choose-adventure .ca-title {
    font-weight: 700;
    color: #fff;
}

/* Tabs list cards */
.choose-adventure .ca-item {
    border-radius: 12px;
    text-align: left;
    transition: transform .15s ease, border-color .2s ease, background .2s ease;
    background-color: #191919;
    border: 1px solid #00d4ff38;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease;
    margin-bottom: 15px;
    padding: 14px 18px;
}


.choose-adventure .ca-item:hover {
    transform: translateY(-3px);
    background: transparent;
    border-color: #00d4ff;
    color: #00d4ff;
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
}

.choose-adventure .ca-item.active {
    background: transparent;
    border-color: #00d4ff;
    color: #00d4ff;
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
}

.choose-adventure .ca-item:focus {
    outline: 0;
    box-shadow: none;
}

.choose-adventure .ca-item-head {
    display: flex;
    align-items: center;
}

.choose-adventure .ca-item-head i {
    background: #534d4d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    font-weight: 700;
    font-size: 15px;
    margin-right: 10px;
}

.choose-adventure .ca-item-name {
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.choose-adventure .ca-item:nth-child(1) .ca-item-name {
    color: #d4a0ff;
}

.choose-adventure .ca-item:nth-child(2) .ca-item-name {
    color: red;
}

.choose-adventure .ca-item:nth-child(3) .ca-item-name {
    color: pink;
}

.choose-adventure .ca-item:nth-child(4) .ca-item-name {
    color: greenyellow;
}

.choose-adventure .ca-item:nth-child(5) .ca-item-name {
    color: #00D4FF;
}

.choose-adventure .ca-item:nth-child(6) .ca-item-name {
    color: pink;
}


.choose-adventure .ca-item-sub {
    color: #797c81;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.choose-adventure .ca-price {
    background: #00d4ff;
    color: #ffffff;
    padding: 0px 7px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #00d4ff;
}

.choose-adventure .ca-item-meta {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-adventure span.ca-difficulty.ca-medium,
.choose-adventure .ca-item-meta span.ca-item-meta_minutes {
    font-size: 13px;
}

.choose-adventure .ca-item-meta span.ca-item-meta_minutes {
    display: block;
    margin-left: 14px;
}

.choose-adventure .ca-item-meta>div {
    display: flex;
}

.choose-adventure .ca-rating {
    color: #fbbf24;
    margin-top: 4px;
    font-size: 11px;
    line-height: normal;
}

/* Right hero */
.choose-adventure_tab_data {
    text-align: center;
    /* padding: 20px 10px 10px; */
    /* padding-top: 100px; */
}

div#caTabsContent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}



.choose-adventure .chip-hard {
    background: #2a1e1e;
    color: #111;
}

.choose-adventure .ca-heading {
    font-size: clamp(2.2rem, 5.5vw, 5rem);
    font-weight: 900;
    letter-spacing: .02em;
    color: #00d4ff;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.choose-adventure .ca-subtitle {
    color: #cfd5de;
    font-size: 15px;
    max-width: 899px;
    margin: 0;
}

.choose-adventure .ca-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin: 26px 0;
}

span.ca-chip {
    background: #191919;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.choose-adventure .ca-badge {
    background: #191919;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


/* small tweaks */
@media (max-width: 991.98px) {
    .choose-adventure .ca-heading {
        font-size: 2.2rem;
    }
}

/* <!-- ========== second part overview ========== --> */
.card_deatils_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background-color: #191919;
    border: 1px solid #00d4ff38;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.card_deatils_tabs li.nav-item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, border-color .2s ease, background .2s ease;
    background-color: #191919;
    border: none;
    overflow: hidden;

}

.card_deatils_tabs li.nav-item button {
    border: none;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 3px;
    border-radius: 0px;
    overflow: hidden;
}

.card_deatils_tabs li.nav-item button:hover {
    color: #000000;
    background-color: #00d5ff7f;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    opacity: 1;
}

.card_deatils_tabs li.nav-item button.active {
    color: #000000;
    background-color: #00d4ff;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    opacity: 1;
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
}

.card_datals_main_data {
    margin-top: 20px;
}

.Room_Detail_overview_tabs {
    background-color: #191919;
    border: 1px solid #00d4ff38;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.Room_Detail_overview_tabs-title {
    font-size: 18px;
    color: #00d4ff;
    margin-bottom: 9px;
    text-transform: capitalize;
}

.Room_Detail_overview_tabs p {
    margin: 0 0;
}

.card_tails_faq .Room_Detail_overview_tabs {
    margin-bottom: 21px;
}

.card_deatils_image_card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 280px;
}

.card_deatils_image_card img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.card_deatils_image_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}

.card_deatils_image_card:hover img {
    transform: scale(1.1);
}

/* ==================  */

.escape_room_home_comparison {
    margin-top: 68px;
    margin-bottom: 75px;
}

.comparison_card {
    background-color: #191919;
    border: 1px solid #00d4ff38;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.comparison_card img {
    width: 100%;
    height: 236px;
    margin-bottom: 10px;
    object-fit: cover;
}

.comparison_card:hover {
    transform: translateY(-5px);
    background: transparent;
    border-color: #00d4ff;
    color: #00d4ff;
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
}

.comparison_card_content {
    padding: 0 17px;
}

p.comparison_card_content_data_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    margin-bottom: 9px;
}

.badge {
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 10px;
}

.comparison_card_content_features span {
    background: #393938;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.8rem;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #bebebe;
}

.comparison_card_bnt {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 11px;
    margin-bottom: 10px;
}

.comparison_card .bg_bnt_custom {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

section {
    padding: 0;
}

.escpe_room_right_data_show {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.escpe_room_right_data_show::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.452);
    z-index: 1;
}

.escpe_room_right_data_items {
    position: relative;
    z-index: 2;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    top: -100px;
}












/* =========== Custom_Team_Building ===============   new css and pages */


section.Corporate_Team_Building {
    margin-top: 104px;
}

.Corporate_Team_Building_content-box {
    padding: 55px 20px;
    background-color: #1a1a1a;
    border-radius: 12px;
}

.Corporate_Team_Building .highlight {
    color: #00d4ff;
}

.Corporate_Team_Building_content-box .order_summart_main_button {
    margin: 0 auto;
    width: max-content;
    margin-bottom: 25px;
    margin-top: 0 !important;
}

.Corporate_Team_Building_content_Features_box_items {
    background: #00d4ff59;
    border-radius: 16px;
    padding: 0;
    max-width: max-content;
    flex: 1 1 220px;
    transition: all 0.4s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: normal;
    padding: 13px 21px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.Corporate_Team_Building_content_Features_box_items i {
    color: #ffffffff;
    font-weight: 800;
    font-size: 21px;
}

.Corporate_Team_Building_content_Features_box {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0 auto;
    width: fit-content;
}

.Corporate_Team_Building_content_Features_box_items p {
    padding: 0;
    margin: 0;
    line-height: normal;
    color: #ffffffff;
    font-size: 18px;
    font-weight: 600;
}

.Corporate_Team_Building_4_cont div {
    color: #fff;
}


.Custom_Team_Building .custom-box {
    background-color: rgb(51 51 51 / 0%);
    box-shadow: 0 0 50px rgba(0, 212, 255, 0.5);
    border-radius: 12px !important;
}

.Custom_Team_Building .highlight {
    color: #00d4ff;
}

.Custom_Team_Building .feature-card {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 15px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.1);
}

.Custom_Team_Building .feature-card:hover {
    background: #00d4ff;
    color: #000;
    transform: translateY(-8px);
    box-shadow: 0 0 50px rgba(0, 212, 255, 0.5);
}

.Custom_Team_Building .feature-card i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #00d4ff;
}

.Custom_Team_Building .feature-card:hover i {
    color: #000;
}

.N_obligation_Custom_Team_Building {
    margin-top: 15px;
}

.Custom_Team_Building .btn-primary {
    background: #00d4ff;
    border: none;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.6);
}

.Custom_Team_Building .btn-primary:hover {
    background: #00bcd4;
    color: #fff;
}


.Why_Choose_Us {
    background: #000002;
}

.Why_Choose_Us .highlight {
    color: #00d4ff;
}

.Why_Choose_Us img {
    width: 100%;
    display: block;
    border-radius: 12px;

}



.game_all_project_count_bg {
    background-color: #1a1a1a;
}

.game_all_project_count_bg {
    background-color: #1a1a1a;
    padding: 45px 0;
    border-radius: 12px;
    margin-top: 50px;
}



.Complete_Corporate_Team .Corporate_Team_Building_card {
    background: transparent;
    border: none;
    padding: 0 !important;
}

.Complete_Corporate_Team .Corporate_Team_Building_card:hover {
    box-shadow: none;
}

.Complete_Corporate_Team .Corporate_Team_Building_card i {
    font-size: 45px;
    margin-bottom: 31px;
}


.eam-transform-section_box {
    /* background-color: #1a1a1a; */
}

.eam-transform-section_box {
    /* background-color: #1a1a1a; */
    /* padding: 40px 22px; */
    margin-top: 80px;
}


.team-transform-section .features {
    display: flex;
    justify-content: center;
    gap: 24px;
    color: #00d4ff;
    font-size: 1rem;
    margin-bottom: 30px;
}

.team-transform-section .features span {
    border: 2px solid #00d4ff;
    padding: 3px 13px;
    border-radius: 30px;
}

.team-transform-section .Corporate_Team_Building_card i {
    font-size: 33px;
    margin-bottom: 20px;
    border: 2px solid #00d4ff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 19px;
}

.faq-section h4 {
    color: #00d4ff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.cards-row {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

section.our_clients_slider_team_building .section_heading_page {
    margin: 0;
}

section.our_clients_slider_team_building {
    margin-top: 80px;
    margin-bottom: 60px;
}

.team-transform-section .contact-form {
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
}

.team-transform-section .form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.team-transform-section .contact-form .form-group input,
.team-transform-section .contact-form .form-group select,
.team-transform-section .contact-form .form-group textarea {
    width: 48%;
    border: 1px solid #00d4ffdb;
    background: transparent !important;
    padding: 8px 15px;
    border-radius: 6px;
    /*box-shadow: 2px 3px 10px rgba(0, 212, 255, 0.6);*/
    color: #fff !important;
    transition: all 0.3s ease;
    outline: none;
    flex: 1;
}



.team-transform-section .form-group input:focus,
.team-transform-section .form-group select:focus,
.team-transform-section textarea:focus {
    border-color: #00d4ffdb;
    box-shadow: 0 0 50px rgba(0, 212, 255, 0.6);
}

.team-transform-section textarea {
    width: 100%;
    min-height: 120px;
    resize: none;
    background-color: transparent;
    border: 1px solid #00d4ffdb !important;
    padding: 8px 15px;
    color: #fff;
}

.team-transform-section .contact-form select option {
    background: #111;
    /* dropdown bg */
    color: #fff;
}


.team-transform-section .note {
    margin-top: 15px;
    font-size: 13px;
    color: #aaa;
}