@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500&display=swap');

body {
        font-family: 'Heebo', sans-serif;
        background-color: #f4f4f4;
        color: #333;
        margin: 0;
        padding: 0;

    display: flex;
    flex-direction: column;
        }

        .hero {
            background: url('hero.jpg') no-repeat center center/cover;
            height: 80vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            position: relative;

        }
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
        }
        .hero-content {
            position: relative;
            z-index: 1;
        }
        .cta-btn {
            background: #007bff;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 5px;
            text-transform: uppercase;
            cursor: pointer;
            margin-top: 20px;
        }
        .cta-btn:hover {
            background: #0056b3;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        .section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .features, .why-choose-us, .testimonials {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .feature, .why-choose-us-item, .testimonial {
            flex: 1 1 300px;
            margin: 20px;
            text-align: center;
        }
        .feature i, .why-choose-us-item i, .testimonial i {
            font-size: 3em;
            color: #004165;
            margin-bottom: 20px;
        }
        .footer {
            background: #333;
            color: white;
            text-align: center;
            padding: 20px;

        }

        header {
            background-color: #004165;
            color: white;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-sizing: border-box; /* Ensure padding is included in the height */
        }
        .header-content {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between; /* Ensure space between elements */
        }

        .header-title {
            font-size: 1.5em;
            margin-right: 20px;
            padding-right: 20px;
            border-right: 1px solid white;
            height: 40px; /* Adjust the height to match the logo height */
            display: flex;
            align-items: center; /* Vertically center the text */
        }
        .nav-links {
            display: flex;
            justify-content: center;
            flex-grow: 1;
        }
        .nav-links a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-weight: 400;
        }
        .nav-links a:hover {
            text-decoration: underline;
        }
        .header-icons {
            display: flex;
            align-items: center;
        }
        .btn-primary {
    background-color: #004165 !important;
    color: white;!important
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.btn-primary:hover {
    background-color: white;
    color: #004165;
}
        .btn-secondary {
            background-color: transparent;
            border: 1px solid white;
            padding: 5px 10px;
            color: white;
            text-decoration: none;
            border-radius: 4px;
                white-space: nowrap; /* Prevents text from breaking onto a new line */

            margin-left: 10px; /* Add some space between buttons */
        }
        .btn-secondary:hover {
            background-color: white;
            color: #004165;
        }

        /* Pricing Table Styles */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    color: #333333; /* Dark Gray for text */
}

.pricing-table th,
.pricing-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
}

.pricing-table th {
    background-color: #004165; /* Primary Blue for headers */
    color: white;
}

.pricing-table td {
    background-color: #f4f4f4; /* Neutral Gray for table cells */
}

.pricing-table tr:nth-child(even) td {
    background-color: #e9e9e9; /* Slightly darker neutral for even rows */
}

.pricing-table tr:hover td {
    background-color: #d3d3d3; /* Slightly darker neutral for hover effect */
}

/* Button Styles */
.select-btn {
    background-color: transparent;
    border: 1px solid #004165;
    color: #004165;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100px;
}

.select-btn:hover {
    background-color: #004165;
    color: white;
}

/* Usage Examples */
.usage-examples {
    margin-top: 40px;
}

.usage-examples h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.usage-examples p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.usage-examples ul {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 1.2em;
}

.usage-examples ul li {
    margin-bottom: 10px;
}

.cta-container-top {
    text-align: center;
}


main.scrollable {
    flex-grow: 1;
    display: block;
    overflow-y: auto;
}

main.fixed {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

section {

    padding: 20px;

    margin: 20px auto;
    max-width: 800px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}




section#landing-page {
    height: auto;
}

section h2 {
    color: #004165;
}

    .logo {

height:45px;
}

.signup-form .form-control,
.login-form .form-control {
    width: 100%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-group {
    margin-bottom: 15px;
}