/* Floating Call Now button for mobile */
.call-now-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    background-color: #fff;
    color: #1B263B;
    border: 2px solid #1B263B;
    border-radius: 12px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: none;
    transition: background 0.2s;
    padding: 0;
}

@media (max-width: 991.98px) {
    .call-now-btn {
        display: block;
    }
}
@media (min-width: 992px) {
    .navbar-toggler {
        display: none !important;
    }
}
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.navbar {
    background-color: #1B263B;
}

.navbar-brand img {
    height: 80px;
    width: auto;
}

.navbar a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 15px;
}

.navbar a:hover {
    color: #CCCCCC;
}

.hero {
    background-image: url('images/hero.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #1B263B;
    border-color: #1B263B;
}

.btn-primary:hover {
    background-color: #2D3B55;
    border-color: #2D3B55;
}

.content {
    padding: 50px 0;
    max-width: 800px;
    margin: 0 auto;
}

.content h2 {
    color: #1B263B;
    text-align: center;
}

.divider {
    border-top: 2px solid #1B263B;
    margin: 20px 0;
}

.news-item {
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #1B263B;
}

.news-item h3 {
    color: #1B263B;
    margin: 0 0 5px;
}

.news-item p {
    margin: 0;
}

.form-group label {
    color: #000000;
}

.footer {
    background-color: #1B263B;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

.footer a {
    color: #FFFFFF;
    margin: 0 10px;
}

.footer a:hover {
    color: #CCCCCC;
}

.columns-section {
    padding: 50px 0;
    background-color: #FFFFFF;
}

.columns-section h3 {
    color: #1B263B;
    margin-bottom: 15px;
    text-align: center;
}

.columns-section p {
    font-size: 1rem;
}

.columns-section ul {
    list-style-type: disc; /* Restores default bullets */
    padding-left: 20px;
    margin-top: 32px; /* Lower bullets for better alignment on desktop */
}

.columns-section ul.nested-list {
    list-style-type: disc; /* Ensures nested lists have bullets */
    padding-left: 40px; /* Increases indent for nested lists */
    text-align: left; /* Ensures text is left-aligned */
}

.faq-list {
    list-style-type: none; /* Removes bullets from the outer ul */
    padding-left: 0;
}

.faq-list li {
    margin-bottom: 20px;
}

.col-md-6 {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .col-md-6 {
        margin-bottom: 20px;
    }
    .hero-content {
        padding-top: 60px !important;
    }
}

.bottom-full-width {
    background-color: #1B263B;
    color: #FFFFFF;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.bottom-full-width h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.bottom-full-width p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.bottom-full-width .btn-light {
    background-color: #FFFFFF;
    color: #1B263B;
    border-color: #FFFFFF;
}

.bottom-full-width .btn-light:hover {
    background-color: #F0F0F0;
    color: #1B263B;
}

.map-section {
    padding: 50px 0;
    background-color: #FFFFFF;
}

.map-section h3 {
    color: #1B263B;
    margin-bottom: 20px;
    text-align: center;
}

.map-section iframe {
    width: 100%;
    height: 450px;
    border: none;
}

table.table-striped {
    background-color: #fff;
}

table.table-striped th {
    background-color: #1B263B;
    color: white;
}

/* Header Container and Navigation Styling */
.header-container {
    width: 100%;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

.navbar-nav .nav-item {
    margin: 0 5px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        flex-grow: 0;
        justify-content: center !important;
    }
    .navbar-nav {
        display: flex !important;
    }
    .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem;
        white-space: nowrap;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        display: none;
    }
    .navbar-collapse.show {
        display: block;
    }
    .navbar-toggler {
        display: block !important;
        z-index: 1000;
    }
    .navbar-nav {
        margin-top: 10px;
        flex-direction: column;
    }
    .navbar-nav .nav-item {
        margin: 10px 0;
    }
}

/* Safari-specific fix */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .navbar-toggler {
            padding: 0.25rem 0.75rem;
            font-size: 1rem;
        }
        .navbar-collapse {
            background-color: #1B263B;
        }
    }
}