img{
    object-fit: contain;
    height:auto;
}
textarea {
    min-height: 5rem!important;
}
main{
    min-height: 100vh
}
.center {
    display: flex;
    justify-content: center;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
}
.jumbotron{
    max-width: 1300px;
    background-color: var(--accent);
    padding: 3rem;
    width:100%;
}
.width-max-jumbotron{
}
.grid-img-img{
    max-width: 100%;
    height:auto;
    object-fit: contain;
}
.reverse{
    order: -1;
}
#content:nth-child(odd){
}
#content:nth-child(even){
}
#content:nth-child(even)>.container > .jumbotron >.grid-img{
    grid-template-columns: 1fr 1fr !important;
}
#content:nth-child(even)>.container > .jumbotron > .grid-img > .reverse {
    order: 0;
}
.grid-img-rev{
    display: grid;
    grid-template-columns:  1fr 1fr;
}
.grid-img{
    display: grid;
    grid-template-columns:  1fr 1fr;
}
.pad{
    padding: 2rem;
}

@media only screen and (max-width: 1000px) {
    .grid-img{
        grid-template-columns: 1fr;
    }
    .grid-img-rev{
        grid-template-columns: 1fr;
    }
    #content:nth-child(even)>.container > .jumbotron >.grid-img{
        grid-template-columns: 1fr !important;
    }
    .jumbotron{
        padding: 1rem;
    }
    .rereverse{order:-1;}
}
.footer{
}
.center{
    display: flex;
    justify-content: center;
}
.small-img{
    max-height:15rem;
    width:auto;
}
.footer-col{
    background-color: var(--footer);
}
.grid3{
    display:grid;
    grid-template-columns: 6fr 1fr 6fr;
    padding-top: 30px;
    justify-content: center;
    align-items: center;
    max-height: 30rem;
}
.m-h{
    max-height: 200px
}
input[type="checkbox"] {
    appearance: button !important;
}
.modern-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}
.modern-form-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 0rem;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    color: black;
}
.form-title {
    color: #1f2937;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
}
.form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
textarea.form-control {
    min-height: 120px;
    resize: vertical;
}
.form-errors {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #dc2626;
}
.form-submit {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 1rem;
}

form label{
    color: black;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.feature-details h1{
    color: black;
    font-size: 1.2rem;
    margin-block: 0.5rem;
}

.nav-link:focus, .nav-link:hover, .navbar-brand:hover{
    color: lightgray !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #667eea!important;
}

:root {
}
input[type="color"] {
    width:20% !important;
    padding: 0!important;
}
