       
      .i4ewOd-pzNkMb-haAclf {
    left: 0 !important;
    right: 0 !important;
    z-index: 9 !important;
    overflow: hidden;
    color: #fff;
    position: absolute;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    background-color: #4d6a79;
    display: none !important;
} 
       .bb-tab-buttons img {
            width: 26px;
            vertical-align: middle;
            margin-right: 6px;
}
    
        .bb-transport-wrapper {
            max-width: 1000px;
            margin: 40px auto;
            font-family: 'Georgia', serif;
        }
        
       .bb-transport-title {
    font-size: 1.6rem;
    font-family: 'Jost', serif !important;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
        
        .bb-tabs-container {
            width: 100%;
        }
        
        .bb-tab-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-bottom: 40px;
        }
        
        .bb-tab-btn {
            background: rgb(4, 46, 18);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 0px;
            font-family: 'Jost', serif !important;
            font-size: 1.1rem;
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
        }
        
        .bb-tab-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
        }
        
        .bb-tab-btn.bb-active {
            background: linear-gradient(135deg, #81C784 0%, #388E3C 100%);
            box-shadow: 0 8px 25px rgba(129, 199, 132, 0.4);
        }
        
        .bb-tab-panel {
            display: none;
            background: white;
            border-radius: 0px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            border: 1px solid #e0e0e0;
        }
        
        .bb-tab-panel.bb-active {
            display: block;
            animation: bb-fadeIn 0.5s ease;
        }
        
        @keyframes bb-fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .bb-transport-icon {
            text-align: center;
            margin-bottom: 30px;
            font-size: 4rem;
            color: #4CAF50;
        }
        
      .bb-panel-title {
    font-size: 1.8rem;
    color: #588570;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
    font-family: 'Jost', serif !important;
}
        
        .bb-info-box {
            background: #f1f8e9;
            padding: 30px;
            border-radius: 0px;
            margin-bottom: 25px;
            border-top: 4px solid #2E7D32;
        }
        
        .bb-info-box h4 {
            color: #2E7D32;
            font-size: 1.7rem;
            margin-bottom: 15px;
            font-weight: 600;
            font-family: 'Cormorant Upright', serif !important;
        }
        
        .bb-info-box p {
            color: #555;
            line-height: 1.7;
            font-size: 1rem;
            margin: 0;
            font-family: 'Jost', serif !important;
        }
        
        .bb-route-step {
            background: white;
            padding: 25px;
            margin: 15px 0;
            border-radius: 0px;
            box-shadow: 0 3px 15px rgba(0,0,0,0.08);
            border-top: 4px solid #6aa56d;
        }
        
        .bb-step-number {
            background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 0px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 15px;
            font-size: 1.3rem;
            font-family: 'Jost', serif !important;
        }
        
        .bb-route-step h5 {
            color: #0c3f25;
            font-size: 1.6rem;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            font-family: 'Cormorant Upright', serif !important;
        }
        
        .bb-route-step p {
            color: #666;
            line-height: 1.6;
            margin-left: 50px;
            margin-bottom: 0;
             font-family: 'Jost', serif !important;
        }
        
        .bb-highlight-box {
            background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
            color: white;
            padding: 25px;
            border-radius: 2px;
            margin: 25px 0;
            text-align: center;
        }
        
       .bb-highlight-box h4 {
    margin-bottom: 15px;
    font-size: 1.7rem;
    font-family: 'Cormorant Upright', serif !important;
}
        
        .bb-highlight-box p {
            margin: 0;
            font-family: 'Jost', serif !important;
        }
        
       .bb-contact-info {
    background: #fbeed6;
    padding: 30px;
    border-radius: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #ffffff;
}
        
        .bb-contact-info h4 {
            color: #2E7D32;
            margin-bottom: 15px;
            font-size: 1.4rem;
        }
        
        .bb-contact-info p {
            color: #555;
            margin: 10px 0;
            font-family: 'Jost', serif !important;
        }
        
        .bb-contact-info a {
            color: #2E7D32;
            text-decoration: none;
            font-weight: 500;
            font-family: 'Jost', serif !important;
        }
        
        .bb-contact-info a:hover {
            text-decoration: underline;
        }
        
      @media (max-width: 768px) {
    .bb-transport-wrapper {
        margin: 5px;
        padding: 0 10px;
    }
    
    .bb-tab-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        justify-items: center;
    }
    
   .bb-tab-btn {
        width: 100%;
        max-width: none;
        font-size: 1rem;
        padding: 12px 10px;
    }
    
    .bb-tab-panel {
        padding: 25px 20px;
    }
    .bb-panel-title {
    font-size: 1.3rem;
   }
    
    .bb-route-step p {
        margin-left: 0;
        margin-top: 10px;
    }
}
   @media (max-width: 400px) {
    .bb-tab-btn {
        width: 100%;
        max-width: none;
        font-size: 0.9rem;
        padding: 12px 6px;
    }
    .bb-panel-title {
    font-size: 1.3rem;
    color: #588570;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
    font-family: 'Jost', serif !important;
}
}
   