﻿.home-banner {
    position: relative;
    margin-top: -20px;
    width: 100vw;
    height: 350px; /* smaller height */
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures image fills banner nicely */
    display: block;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* center horizontally and vertically */
    color: white;
    text-align: center;
    width: 100%;
    max-width: 75%;
    padding: 0 1rem;
}

.banner-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.home-cta{
    margin: 20px;
}

.trial-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.trial-button .btn {
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem;
    white-space: nowrap;
    min-width:200px;
    max-width: 100%;
}

.feature-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 20px;
    flex-wrap: wrap; /* allows responsiveness on smaller screens */
}

.feature-item {
    text-align: center;
    min-width: 120px;
}

    .feature-item h4 {
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
        color: white;
    }

.feature-link {
    color: #00ffcc; /* or any contrasting color */
    text-decoration: underline;
    font-size: 0.95rem;
}

    .feature-link:hover {
        text-decoration: none;
    }

.payment {
    justify-content: center;
    display: grid;
    margin: 10px;
}

.payment-detail {
    margin: 2px;
    width: 300px !important;
}

.paymentOption {
    text-align: center;
}

.register {
    color: white !important;
    border-radius: 5px 5px 5px 5px;
    background-color: #3f62a2 !important;
    border: 1px solid #ff6d00 !important;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    height: 40px;
    padding: 7px;
    cursor: pointer;
}

.register-button {
    color: white !important;
    border-radius: 5px 5px 5px 5px;
    background-color: #3f62a2 !important;
    border: 1px solid #ff6d00 !important;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    height: 40px;
    padding: 7px;
    cursor: pointer;
}

.register-start-button {
    margin-bottom: 30px !important;
}


.summary {
    padding-top: 70px;
    padding-bottom: 50px;
}

    .summary .column-33 {
        width: 27%;
        display: grid;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

.summary-container {
    padding-top: 70px;
    padding-bottom: 50px;
}

.summary-title {
    font-weight: 700;
}

.summary-description {
    font-weight: 500;
}

.summary-description {
    font-weight: 700;
}

.industry {
    display: grid !important;
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

    .industry .row {
        width: 900px;
        padding-bottom: 50px;
    }

    .industry .column-25 {
        float: left;
        width: 25%;
    }


.industry-image {
    width: 150px;
    height: 150px;
    border-radius: 15px 15px 0px 0px;
}

.industry-title {
    text-align: center;
    font-weight: 600;
    color: antiquewhite;
    font-size: 12px;
    padding-top: 10px;
}


.industry-button {
    display: block;
    width: 150px;
    height: 40px;
    background: #004aad;
    vertical-align: middle;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 3px 3px 2px lightblue !important;
}





.features {
    padding-top: 30px;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}

.features-header {
    color: white;
    padding-top: 130px;
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 800;
}

/*.features-banner {
    padding-bottom: 100px;
    background-image: url(/image/Banner-space-dark.jpg);
    background-size: 100% 100%;
    
    background-position: 0px 0px;
   
}*/

.feature .column {
    justify-content: center;
}

.feature {
    justify-content: center;
    display: grid;
    width: 400px;
    height: 500px;
    border: solid 1px black;
    border-radius: 15px;
}

.feature-image-container {
    justify-content: center;
    display: flex;
}

.feature-image {
    width: 50px;
    height: 50px;
    margin-top: 35px;
}


.feature-title {
    text-align: center;
    font-weight: 800;
    color: black;
}

.feature-toggle {
    justify-content: center;
    display: flex;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.feature-toggle-image {
    width: 30px;
    height: 30px;
}

.feature-list {
    color: black;
    font-size: 15px;
    width: 290px;
}


.pricing {
    padding-top: 30px;
}

    .pricing .column-25 {
        float: left;
        width: 25%;
    }

    .pricing .column-75 {
        float: left;
        width: 75%;
    }

    .pricing .column-50 {
        justify-content: center;
        display: grid;
        width: 50%;
    }


.pricing-header {
    font-color: black;
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 800;
}

.pricing-description-subtitle {
    font-size: 14px;
    font-weight: 600;
}


.pricing-description {
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px black;
    border-radius: 10px;
    box-shadow: 3px 3px 2px lightblue !important;
    width: 800px;
}

.pricing-description-title {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}


.price-tag {
    background-color: white;
    height: 100px;
    font-size: 90px;
    font-weight: 900;
    text-align: center;
    color: black;
    position: relative;
    padding-top: 20px;
    top: 50px;
    left: -70px;
}

.pricing-footer-section {
    padding-top: 20px;
}

.pricing-footer {
    text-align: center;
    font-size: 15px;
    color: #004aad;
}


.pricing-features {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}


.pricing-feature-list {
    font-size: 14px;
    color: black;
}



.trial {
    padding-top: 50px;
    justify-content: center;
    display: grid;
}

.trial-button {
    justify-content: center;
    display: grid;
}

.trial-title {
    font-weight: 800;
    font-size: 30px;
}


.summary {
    padding-top: 70px;
    padding-bottom: 50px;
}