:root {
    --primary-blue: #00C4FF;
}
body{
    font-family: "Inter", sans-serif;
    background-color: #F0EDED;
    color: #303030;
}

.hero-map {
    min-height: 400px;
    position: relative;

}

.booking-form {
    background: #000000;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    z-index: 2;
    background-image: url(../images/bus-map.png);
    background-size: 50%;
    background-position: center right -250px;
    background-repeat: no-repeat;
}

.category-card {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
}

.category-card h3 {
    position: relative;
    color: white;
    z-index: 1;
    text-transform: capitalize;
}

.btn-primary {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}
.hero-txt h1 {
    color: #303030;
}
.w-700{
    font-weight: 700 !important;
    color: #00C4FF !important
}
.w-500{
    font-weight: 500 !important;
}
.lble {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.lble span{
    color: #F1416C;
}
.booking-form select {
    background-color: transparent;
    border: 1px solid #7E8299;
    color: #B6B8C9;
}
.booking-form select option{
    color: #303030;
}
.booking-form input {
    background-color: transparent;
    border: 1px solid #7E8299;
    color: #B6B8C9;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.custom-btn-1 {
    margin-top: 32px;
    width: 120px !important;
    height: 46px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}
.booking-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
.quantity-input {
    width: 50px;
    text-align: center;
}
.btn-quantity {
    padding: 0.375rem 0.75rem;
}
.card-title {
    color: #303030;
    border-bottom: 1px solid #ECECED;
    padding-bottom: 20px;
    font-weight: 600;
}
.book-d-sec h6 {
    color: #303030;
    margin-top: 10px;
}
.book-d-sec span {
    color: #303030;
    font-weight: 700;
}
button.btn.btn-outline-secondary.btn-quantity {
    background-color: #F1F2F5;
    border: 1px solid #ccc;
    color: #3D404B;
    font-size: 20px;
}
.book-d-sec .d-flex.align-items-center {
    margin-top: 10px;
}
input.form-control.quantity-input {
    border-radius: 0;
}
.custom-tble-1 {
    border: 1px solid #ECECED;
    border-radius: 6px;
}
.custom-tble-1 tr:nth-child(odd){
    background-color: #F7F8FA !important;
}

.table>:not(caption)>*>* {
    background-color: transparent;
    padding: 10px 20px;
}
td.text-end {
    color: #62687D;
}
.card-title span {
    color: #62687D;
    font-size: 14px;
    font-weight: 500;
}
label.form-label.small {
    color: #9295A0;
}
label.form-label.small span{
    color: #F1416C;
}
.w-cutom {
    margin-top: 10px;
    min-width: 130px;
    height: 44px;
}
.form-control {
    padding: .600rem .90rem;
}
button.btn {
    /* background-color: #00C4FF; */
}
button.btn.btn-dark{
    background-color: #0D0D0D;
}

.text-info {
    color: #00C4FF !important;
}
small.text-primary.mb-3.d-block {
    color: #62687D !important;
    font-size: 16px;
}
span.n-count {
    background-color: #00C4FF;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}
.payment-icons img {
    height: 30px;
    margin-right: 10px;
}
.event-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
.quantity-input {
    width: 50px;
    text-align: center;
}
.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}
.bbox {
    background-color: #F7F8FA;
    padding: 30px;
    border-radius: 10px;
}
label.form-check-label {
    font-weight: 600;
}
.form-check.mb-3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}
.p-pera {
    color: #62687D;
    font-size: 14px;
    margin: 30px 0 10px;
}
.payment-icons img {
    height: 50px;
    margin-top: 12px;
}

.modal-icon {
    width: 60px;
    height: 60px;
    background-color: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.order-id {
    color: #00C4FF;
    font-weight: 500;
}

.modal-body {
    text-align: center;
    padding: 2rem;
}

.back-link {
    color: #666;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.back-link:hover {
    color: #333;
}
/* .modal-title {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px !important;
} */
.modal-body p {
    color: #62687D;
    font-size: 13px;
}
a.back-link {
    color: #62687D;
    font-size: 13px;
}
.btn:hover {
    background-color: #0D0D0D;
    border-color: #0D0D0D;
}
.navbar button.btn.btn-primary {
    min-width: 100px;
}
.form-select {
    padding: .600rem .90rem;
    background-image: url(../images/down.svg) !important;
}
.iconss a {
    text-align: center;
    background-color: #f4f5f6;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #374151;
    border-radius: 40px;
    line-height: 36px;
    margin-left: 12px;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: var(--text-color);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.nav-link:hover {
    color: var(--primary-color);
}

.event-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.price-range {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-color);
    margin: 1rem 0;
}

.event-description {
    color: #666;
    line-height: 1.6;
}

.theme-toggle {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .navbar-nav {
        padding: 1rem 0;
    }
    
    .price-range {
        font-size: 1.2rem;
    }
}
.booking-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.date-option, .county-option {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    margin: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    cursor: pointer;
    background-color: white;
    transition: all 0.3s ease;
    color:#000
}
.event-description img {
    width: 100%;
}
.event-description  {
    line-height:2
}
.date-option.active, .county-option.active {
    background-color: #00d2ff;
    color: white;
    border-color: #00d2ff;
}

.section-title {
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
}

.booking-section {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.section-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 1rem;
}

.section-label::before {
    content: "🕒";
    font-size: 1.2rem;
}

.county-section .section-label::before {
    content: "📍";
}

@media (max-width: 768px) {
    .booking-section {
        padding: 1rem;
    }

    .date-option, .county-option {
        display: block;
        margin: 0.5rem 0;
        text-align: center;
    }
}
.card {
    transition: transform 0.2s ease-in-out;
    border-radius: 16px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.price {
    color: #00b4ff;
    font-weight: 500;
}

.event-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.card-body {
    padding: 1.25rem;
}

@media (max-width: 768px) {
    .card-img-top {
        height: 180px;
    }
}

.card {
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-title {
    margin-bottom: 0;
}

.input-group-text {
    background-color: #fff;
}

.btn-primary {
    background-color: #00C4FF;
    border-color: #00bcd4;
}

.btn-primary:hover {
    background-color: #008ba3;
    border-color: #008ba3;
}

.form-control:read-only {
    background-color: #fff;
}

@media (max-width: 767px) {
    .card-body .row {
        flex-direction: column;
    }
    
    .col-md-3 {
        text-align: center;
        margin-bottom: 1rem;
    }
}

li.nav-item {
    margin-left: 20px;
}
li.nav-item a:hover{
    color: #00c4ff;
}

img.image-box {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.txt-info-01 .pp11{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.txt-info-01 .pp22{
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}
.custom-btn-2 {
    margin-top: 0px;
    width: 140px !important;
    height: 44px;
    margin-bottom: 4px;
}
.border-01 {
    border-left: 1px solid #e3e7ef;
    border-right: 1px solid #e3e7ef;
}
.icn-box.border-01 {
    margin: 0 4%;
}
.icn-box {
    width: 30%;
}
.icn-box p img {
    width: 24px;
}
.icn-box p {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.icn-box span {
    text-align: center;
    display: block;
}
.quantity-control input {
    width: 60px !important;
    margin: 0 !important;
    height: 40px;
    border-radius: 0;
}
.quantity-control button.btn.btn-secondary {
    height: 40px;
    border: 0;
    width: 32px;
    border-radius: 0;
}.mselect select#location {
    padding-right: 40px;
}

.quantity-control .btn{
    background:#00C4FF;
}
.quantity-control .btn:disabled{
    background:#6c757d;
}







@media (max-width: 767px) {
    .icn-box {
        width: 100%;
        display: flex;
        margin-left: 20px;
    }
    .d-flex.align-items-center.wm100 {
        display: block !important;
    }
    .border-01 {
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #e3e7ef;
        padding: 20px;
        border-top: 1px solid #e3e7ef;
        margin-bottom: 20px;
    }
    .event-image {
        margin-bottom: 30px;
    }
    .mselect {
        padding: 0px 20px;
    }
    .lble {
        text-align: left;
        display: block;
    }
    .booking-section h1.mb-4 {
        font-size: 24px;
    }
    .section-title {
        font-size: 1.4rem;
    }
    .icn-box.border-01 {
        margin:20px 0;
    }
    .icn-box p {
        margin-right: 20px;
    }
    .quantity-control input {
        width: 40px !important;
        padding: 0;
    }
    select.form-select.bus-location {
        padding-right: 34px;
    }
    .custom-tble-1 td {
        width: 50%;
    }
}


@media (max-width: 520px) {
    .navbar-brand img {
        height: 30px;
    }
    .navbar button.btn.btn-primary {
        min-width: 80px;
        font-size: 14px;
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 10px 0 !important;
    }
    .hero-txt h1 {
        font-size: 30px;
    }
    .hero-txt p {
        font-size: 14px;
    }
    .hero-txt {
        margin-bottom: 20px;
    }
    .booking-form .col-md-3 {
        margin-bottom: 0;
    }
    .booking-form button#book-now-btn {
        margin-top: 10px;
        width: 100% !important;
    }
    .booking-form select {
        padding-right: 40px;
    }
}

/* Hakim css*/
.county-options , .date-options {
    display: flex;
    gap: 10px;
}
