* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}


#nav-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    vertical-align: bottom;
    margin: 30px 20px 0 100px;
}




#navbarNav{
    display: flex;
    justify-content: end;
    vertical-align: bottom;
    align-items: end;
    text-align: end;
}


.navbar-nav{
    gap: 3em;
}




#landing-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}


#landing-container-1{
    width: 50%;
}


#landing-container-2{
    width: 50%;
}


form {
    background: #ffffff;
    color: #fff;
    padding: 20px;
}
form h2 {
    margin-top: 0;
    color: black;
}
form input, form select, form button {
    width: 50%;
    padding: 10px;
    margin: 5px 0 15px 0;
}


#feature-container{
    display: flex;
    flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 90%;
}
#feature-title-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
#feature-container-1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
}


.feature img{
    display: flex;
    justify-content: center;
    align-items: center;
}


.navbar{
    width: 100%;
    z-index: -1;
   
}


.container-fluid{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
}


.navbar-brand{
    padding: 30px 0 0 60px;
    width: 180px;
    height: 80px;
    background-color:transparent;
}


.NavbarNav{
    padding: 30px;
    background-color: transparent;
}


.navbar-nav{
    text-decoration: none;
    list-style: none;
    display: flex;
    gap: 3em;
    background-color: transparent;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: end;
}


.navbar-nav li,img{
    background-color: transparent;
}


.landing{
    background-color: red;
} */

 #showcase {
    min-height: 400px;
    background: #35424a;
    color: #fff;
    text-align: center;
    padding: 150px 20px;
}
#showcase h1 {
    margin-top: 0;
    font-size: 55px;
    margin-bottom: 10px;
}
#showcase p {
    font-size: 20px;
}
.box {
    padding: 0px;
    background: #fff;
    border: #ccc 1px solid;
    margin-bottom: 20px;
}
.form-container {
    background: #ffffff;
    color: #fff;
    padding: 20px;
}
.form-container h2 {
    margin-top: 0;
    color: black;
}
.form-container input, .form-container select, .form-container button {
    width: 50%;
    padding: 10px;
    margin: 5px 0 15px 0;
}
.features {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}
.feature {
    text-align: center;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 20px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.card img {
    max-width: 100%;
    border-radius: 10px;
}
.card h3 {
    margin: 15px 0;
}
.card p {
    text-align: left;
}
.card button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}
.features, .why-choose {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.features h2, .why-choose h2 {
    text-align: center;
    margin-bottom: 20px;
}
.features ul, .why-choose ul {
    list-style-type: none;
    padding: 0;
}
.features li, .why-choose li {
    padding: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}
.features li:last-child, .why-choose li:last-child {
    border-bottom: none;
}
.brands {
    text-align: center;
    margin: 40px 0;
}
.brands img {
    max-width: 100px;
    margin: 0 10px;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
}
.testimonials {
    text-align: center;
    padding: 20px;
}
.testimonials h2 {
    color: green;
}
.testimonial-images img {
    width: 200px;
    margin: 10px;
}
.testimonial-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.card {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: left;
    border-radius: 8px;
}
.card h3 {
    color: green;
}
.card p {
    color: #555;
}
.footer {
    background-color: #004085;
    color: white;
    padding: 10px;
    text-align: center;
} 