@font-face {
    font-family: 'Montserrat Alternates';
    src: url('../fonts/MontserratAlternates.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    /* font-family: 'Montserrat Alternates' !important; */
}
body {
    background-color: #003366;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700; 
}

/* Theme colors 

#003366
*/

.home p{
    font-size: 11px;
    color: #fff;
    font-style: italic;
}

.bg-light {
    background-color: #003366 !important;
}

.nav-item a {
    color: #b3abab !important;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #fff !important;
}

/* hover */
.navbar-light .navbar-nav .nav-link:hover{
    color: #fff !important;
}

 /* Custom styling for centering */
.center-content {
    
    height: 80vh;
    color: #fff;
    
}
.left-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.cta-btn {
    background-color: #FFC107 !important;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    border:#003366 1px solid;
    color: #333333;
}
.phone-image {
    width: 100%;
    max-width: 400px; 
    height: auto;
}

.signup-signin-container {
    
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.left-image {
    /* background-color: #E3F2FD !important; */
    background: url('../images/phone.png') no-repeat center center; 
    /* background-size: cover; */
    padding: 20px;
    height: 80vh;
    max-width: 900px; 



}

.form-container {
    color: #000;
    background-color: #E8F5E9 !important;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* 
    min-height: 80vh; */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    text-align: center;
}

.features{
    background-color: #E8F5E9 !important;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.how-it-works{
    
}
.testimonials {
    background-color: #E8F5E9 !important;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.blog{
    /* color: #fff; */
    /* background-color: #FFC107 !important;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.blog h2 {
    color: #fff;
}

.about-us{
    background-color: #E8F5E9 !important;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer{
    background-color: #767676 !important;
    padding: 20px;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #FFC107;
}
.footer p {
    color: #fff;
    font-size: small;
}

.table{
    background-color: #E8F5E9 !important;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.thead {
    background-color: #003366 !important;
    color: #fff;
}
#pricing h2, h3{
    color: #fff;
}
#pricing .card {
    width: 20rem;
    height: auto;
}
.card-plan {
    background-color: #333333 !important;
    color: #fff;
}
.p-select{
    background-color: #E8F5E9 !important;
    color: #000;}

    .plan-alert{
        background-color: #4CAF50 !important;
        color: #000;
        
    }


#trial{
    background-color: #5d4980 !important;
    padding: 20px;
    box-shadow: 0 0 10px rgba(104, 5, 5, 0.1);
    height: 5vh;
}

.jumbotron{
    background: linear-gradient(to right,#FFC107 0%,#003366 100%) !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    /* padding: 20px; */
    }

@media (max-width: 768px) {
    .left-content h1 {
        font-size: 1.5rem;
    }
    .cta-btn {
        padding: 5px 10px;
    }
    .phone-image {
        max-width: 300px;
    }
    .left-image {
        display: none;
    }
    .form-container {
        margin-top: 20px;
    }
    .features {
        margin-top: 20px;
    }
    .testimonials {
        margin-top: 20px;
    }
    .blog {
        margin-top: 20px;
    }
    .about-us {
        margin-top: 20px;
    }
    .footer {
        margin-top: 20px;
    }
    .table {
        margin-top: 20px;
    }
    
}

