html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}

.form-check-inline .form-check {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
}
    
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #23425c;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #23425c;
}

h2 .byvo-highlight {
    color: #FF6B35;
}

.navbar-nav .nav-link {
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #FF6B35 !important;
    transform: translateY(-2px);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #FF6B35;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 80%;
}

.navbar-nav .nav-link.active::after {
    width: 80%;
    background-color: #FF6B35;
}

.navbar-nav .dropdown-toggle:hover {
    color: #FF6B35 !important;
}

footer.bg-primary {
    background: linear-gradient(to right, #23425c, #466c8a, #23425c) !important;
}

.body-content {
    background: linear-gradient(to bottom, #deeef5 0px, #deeef5 0px, #ffffff 300px, #ffffff 100%);
    background-color: #ffffff;
    padding-top: 220px; /* Adjust based on navbar height */
}

.navbar.fixed-top {
    z-index: 1030;
}

/* Environment Banner */
.environment-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.environment-banner-test {
    background-color: #ff9800;
    color: #000;
}

.environment-banner-dev {
    background-color: #4caf50;
    color: #fff;
}

/* Adjust navbar position when banner is present */
body:has(.environment-banner) .navbar {
    top: 40px; /* Height of banner */
}

/* Adjust body content margin when banner is present */
body:has(.environment-banner) .body-content {
    padding-top: 260px; /* Space for fixed navbar + banner */
}

.row.g-4 > [class*="col-"] {
    display: flex;
}

.feature-card {
    background: white;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #23425c;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
}

.feature-content {
    flex: 1;
}

.feature-title {
    color: #23425c;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.feature-subtitle {
    color: #6c8ba3;
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.4;
}

/* FAQ Styling */
#faqAccordion .accordion-item {
    border: none;
    margin-bottom: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#faqAccordion .accordion-button {
    background-color: #f8f9fa;
    border: none;
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    color: #23425c;
    box-shadow: none;
}

#faqAccordion .accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #23425c;
    font-weight: 700;
    box-shadow: none;
}

#faqAccordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

#faqAccordion .accordion-body {
    padding: 1.5rem;
    background-color: white;
    color: #495057;
    line-height: 1.6;
}

#faqAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2323425c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#faqAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2323425c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.faq-heading {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
}

.faq-heading:first-child {
    margin-top: 0;
}

.faq-heading h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #23425c;
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #FF6B35;
}

/* Testimonial Styling */
.testimonial-card {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 250px;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.testimonial-text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
    color: #333333;
    line-height: 1.7;
    margin-bottom: 0;
}

.testimonial-footer {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
    flex-shrink: 0;
}

.testimonial-author {
    font-weight: 600;
    color: #23425c;
    margin-bottom: 0;
    text-align: right;
    font-size: 0.95rem;
}

.testimonial-date {
    font-weight: normal;
    color: #666666;
    font-size: 0.85em;
}

/* Booking Page Styling */
.booking-card {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid #e9ecef;
    cursor: pointer;
}

.booking-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.booking-card-selected {
    border: 3px solid #0057A8 !important;
    box-shadow: 0 8px 24px rgba(0, 87, 168, 0.3) !important;
    transform: translateY(-8px);
    background: #f8f9fa;
}

.booking-card-featured {
    border: 3px solid #0057A8;
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 87, 168, 0.2);
}

.booking-card-featured:hover {
    transform: scale(1.08) translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 87, 168, 0.3);
}

.booking-card-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #28a745;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.booking-card-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.booking-card-header h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0057A8;
    margin: 0;
}

.booking-card-featured .booking-card-header h3 {
    color: #0057A8;
}

.booking-card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.booking-card-body p {
    color: #333333;
    line-height: 1.7;
    font-size: 1.05rem;
    flex-grow: 1;
}

.booking-card .btn-primary {
    background-color: #0057A8;
    border-color: #0057A8;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    font-size: 1.1rem;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.booking-card .btn-primary:hover:not(:disabled) {
    background-color: #004085;
    border-color: #004085;
}

.booking-card .btn-primary:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

