/* Fix horizontal scroll */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Main content styles */
.bravo_detail_bike {
    width: 100%;
    overflow-x: hidden;
}

.bravo_detail_bike .bravo_content {
    padding-top: 30px;
    width: 100%;
}

/* Responsive container */
.bravo_detail_bike .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

@media (min-width: 576px) {
    .bravo_detail_bike .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .bravo_detail_bike .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .bravo_detail_bike .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .bravo_detail_bike .container {
        max-width: 1140px;
    }
}

/* Header and title styles */
.bravo_detail_bike .bravo_content .g-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D7DCE3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bravo_detail_bike .bravo_content .g-header .right {
    margin-left: 15px;
}

.bravo_detail_bike .bravo_content .g-header .social-share {
    position: relative;
}

.bravo_detail_bike .bravo_content .g-header .social-share .social-icon {
    width: 40px;
    height: 40px;
    background: rgba(26, 43, 72, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
}

.bravo_detail_bike .bravo_content .g-header .social-share:hover .share-wrapper {
    visibility: visible;
    opacity: 1;
}

.bravo_detail_bike .bravo_content .g-header .social-share .share-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 175px;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    padding: 5px 0;
    z-index: 100;
}

.bravo_detail_bike .bravo_content .g-header .social-share .share-wrapper li {
    list-style: none;
    padding: 8px 15px;
    margin: 0;
}

.bravo_detail_bike .bravo_content .g-header .social-share .share-wrapper li a {
    color: #1A2B48;
    text-decoration: none;
    display: block;
}

.bravo_detail_bike .bravo_content .g-header .social-share .share-wrapper li:hover a {
    color: #5191FA;
}

.bravo_detail_bike .bravo_content .g-header .left {
    flex: 1;
}

.bravo_detail_bike .bravo_content .g-header h1 {
    margin-top: 0;
    color: #1A2B48;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

/* Hide heart icon in mobile */
@media(max-width: 767px) {
    .bravo_detail_bike .service-wishlist {
        display: none !important;
    }
    
    .bravo_detail_bike .bravo_content .g-header {
        position: relative;
    }
    
    .bravo_detail_bike .social-share {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .bravo_detail_bike .g-gallery .social {
        position: static;
        margin-top: 15px;
        justify-content: flex-end;
    }
}

.bravo_detail_bike .bravo_content .g-header .address {
    color: #5E6D77;
    margin-bottom: 0;
    font-size: 15px;
}

/* Social icons styles */
.bravo_detail_bike .g-gallery .social {
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.bravo_detail_bike .g-gallery .social .social-share {
    margin-right: 15px;
}

.bravo_detail_bike .g-gallery .social .social-share .social-icon {
    width: 40px;
    height: 40px;
    background: rgba(26, 43, 72, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.bravo_detail_bike .g-gallery .social .social-share:hover .share-wrapper {
    visibility: visible;
    opacity: 1;
}

.bravo_detail_bike .g-gallery .social .share-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 150px;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    padding: 5px 0;
}

.bravo_detail_bike .g-gallery .social .share-wrapper li {
    list-style: none;
    padding: 8px 15px;
}

.bravo_detail_bike .g-gallery .social .share-wrapper li a {
    color: #1A2B48;
    text-decoration: none;
}

.bravo_detail_bike .g-gallery .social .share-wrapper li:hover a {
    color: #5191FA;
}

/* Overview section styles */
.bravo_detail_bike .g-overview {
    margin: 30px 0;
    border-top: 1px solid #D7DCE3;
    padding-top: 30px;
}

.bravo_detail_bike .g-overview h3 {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    color: #1A2B48;
    font-weight: 600;
}

.bravo_detail_bike .g-overview h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    border-bottom: 2px solid #5191FA;
}

.bravo_detail_bike .g-overview .description {
    margin-bottom: 30px;
    font-size: 15px;
    color: #5E6D77;
    line-height: 1.7;
}

/* Attributes section styles */
.bravo_detail_bike .g-attributes {
    margin: 30px 0;
    border-top: 1px solid #D7DCE3;
    padding-top: 30px;
}

.bravo_detail_bike .g-attributes h3 {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    color: #1A2B48;
    font-weight: 600;
}

.bravo_detail_bike .g-attributes h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    border-bottom: 2px solid #5191FA;
}

.bravo_detail_bike .g-attributes .list-attributes {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bravo_detail_bike .g-attributes .list-attributes li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.bravo_detail_bike .g-attributes .list-attributes i {
    font-size: 18px;
    color: #5191FA;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

/* Booking form styles */
.bravo_detail_bike .bravo_single_book {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #d7dce3;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.bravo_detail_bike .sticky-top-sidebar .bravo_single_book {
    position: relative;
    margin-bottom: 15px;
}

.sticky-top-sidebar {
    position: sticky;
    top: 20px;
    z-index: 1;
}

.bravo_detail_bike .bike-nav-tabs {
    display: flex;
    background: #f9f9f9;
    border-bottom: 1px solid #d7dce3;
}

.bravo_detail_bike .bike-nav-tabs .tab-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    color: #1A2B48;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}

.bravo_detail_bike .bike-nav-tabs .tab-item.active {
    color: #5191FA;
    border-bottom: 2px solid #5191FA;
}

.bravo_detail_bike .bravo_single_book .form-content {
    padding: 20px;
}

.bravo_detail_bike .bravo_single_book .form-group {
    margin-bottom: 20px;
}

.bravo_detail_bike .bravo_single_book .form-group label {
    font-size: 14px;
    color: #1A2B48;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.bravo_detail_bike .bravo_single_book .form-control {
    height: 45px;
    border: 1px solid #d7dce3;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 14px;
    color: #1A2B48;
}

.bravo_detail_bike .bravo_single_book .form-control::placeholder {
    color: #999;
}

.bravo_detail_bike .bravo_single_book .date-wrapper {
    padding: 10px 15px;
    border: 1px solid #d7dce3;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.bravo_detail_bike .bravo_single_book .date-wrapper label {
    font-size: 14px;
    color: #1A2B48;
    margin-bottom: 5px;
}

.bravo_detail_bike .bravo_single_book .date-wrapper .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #1A2B48;
}

.bravo_detail_bike .bravo_single_book .submit-group {
    padding: 20px;
    border-top: 1px solid #d7dce3;
}

.bravo_detail_bike .bravo_single_book .btn-large {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: uppercase;
}

.bravo_detail_bike .bravo_single_book .btn-primary {
    background: #5191FA;
    color: #fff;
    border: none;
}

.bravo_detail_bike .bravo_single_book .btn-primary:hover {
    background: #4181f6;
}

.bravo_detail_bike .alert-text {
    margin-top: 15px;
    font-size: 14px;
}

.bravo_detail_bike .alert-text.danger {
    color: #dc3545;
}

.bravo_detail_bike .alert-text.success {
    color: #28a745;
}

.bravo_detail_bike .bravo_single_book .form-head {
    padding: 20px;
    color: #1A2B48;
    font-size: 18px;
    font-weight: 500;
}

.bravo_detail_bike .bravo_single_book .form-content {
    padding: 20px;
}

.bravo_detail_bike .bravo_single_book .form-group {
    margin-bottom: 20px;
}

.bravo_detail_bike .bravo_single_book .form-group label {
    font-size: 14px;
    color: #1A2B48;
    font-weight: 500;
    margin-bottom: 8px;
}

.bravo_detail_bike .bravo_single_book .submit-group {
    padding: 20px;
    border-top: 1px solid #D7DCE3;
}

.bravo_detail_bike .bravo_single_book .submit-group .btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 25px;
    color: #fff;
    background: #5191FA;
    border: none;
    border-radius: 3px;
    font-weight: 500;
}

/* Mobile booking form */
@media(max-width: 990px) {
    .bravo_detail_bike .bravo_single_book_wrap {
        display: block !important;
        margin: 20px 0;
    }
}

/* FAQ section styles */
.bravo_detail_bike .g-faq {
    margin: 30px 0;
    border-top: 1px solid #D7DCE3;
    padding-top: 30px;
}

.bravo_detail_bike .g-faq h3 {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    color: #1A2B48;
    font-weight: 600;
}

.bravo_detail_bike .g-faq h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    border-bottom: 2px solid #5191FA;
}

.bravo_detail_bike .g-faq .item {
    border-bottom: 1px solid #D7DCE3;
    margin-bottom: 15px;
}

.bravo_detail_bike .g-faq .item .header {
    padding: 15px 0;
    cursor: pointer;
}

.bravo_detail_bike .g-faq .item .header h5 {
    font-size: 16px;
    color: #1A2B48;
    margin: 0;
    padding-right: 30px;
    position: relative;
}

.bravo_detail_bike .g-faq .item .header .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #1A2B48;
}

/* Location map styles */
.bravo_detail_bike .g-location-map {
    margin: 30px 0;
    border-top: 1px solid #D7DCE3;
    padding-top: 30px;
}

.bravo_detail_bike .g-location-map h3 {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    color: #1A2B48;
    font-weight: 600;
}

.bravo_detail_bike .g-location-map h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    border-bottom: 2px solid #5191FA;
}

.bravo_detail_bike .g-location-map #map_content {
    height: 450px;
    border-radius: 4px;
    overflow: hidden;
}