body {
    font-family: Inter, Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #222;
}

header {
    background: #111;
    color: #ddd;
    padding: 1.5rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: #ddd solid 3px;
    font-size: 1.4em;
}

#sections {
    max-width: 100rem;
    margin: auto;
}

a {
    color: #222;
    text-decoration: none;
}

header .logo img {
    width: 312.5px;
    margin-bottom: -13px;
}

header .logo p {
    color: #d2b916;
    font-size: 16px;
    margin-block-end: 0;
}

header nav a {
    margin: 0 2.4rem;
    color: #ddd;
    font-size: 1.2rem;
    transition: color 0.2s;
    text-align: center;
}

header nav a:hover {
    color: #fff;
    text-decoration: underline;
}

#sign-in {
    text-align: center;
}

.btn {
    background-color: #d2b916;
    padding: 0.6em 2.8em;
    text-decoration: none;
    border-radius: 1.2em;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    box-shadow: 0 0 0.3rem #d6c764;
    background-color: #d6c764;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.hero {
    background-image: url("./bg.jpg");
    background-size: cover;
    font-size: 22px;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, black 25%, #0000);
}

.hero-cont {
    padding: 4rem 0 15rem 0;
    margin-left: 6rem;
    margin-right: 6rem;
}

.btn {
    font-size: 1rem;
}

.hero .btn {
    border-radius: 35px;
    padding: 13px 35px;
}

.hero-title {
    font-size: 3rem;
    max-width: 50rem;
    margin-bottom: 20px;
    color: white;
}

.stats {
    width: calc(90% - 2rem);
    max-width: 88rem;
    display: flex;
    justify-content: space-around;
    background: #efefef;
    padding: 1rem;
    margin: auto;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 2.5em;
    margin-top: -6rem;
    box-shadow: 0px 30px 50px #0006;
    position: absolute;
}

.stat {
    text-align: center;
}

.stat h2 {
    margin: 0.3em;
    color: #d2b916;
    font-size: 3em;
    font-variant: small-caps;
}

.stat p {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: -0.7em;
    color: #222;
}

.section {
    padding: 3rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    min-height: 27em;
    background: linear-gradient(90deg, white, #f0f1f2 10%, #f0f1f2 90%, white);
}

.first-section {
    padding: 8rem 0 3rem 0;
    margin: auto;
    /*min-height: 27em;*/
    background: linear-gradient(90deg, white, #f0f1f2 10%, #f0f1f2 90%, white);
}

video {
    border-radius: 2em;
    width: 70%;
    margin: auto 15%;
}

.sep {
    height: 3px;
    background-color: #fcfdff;
}

.lcol {
    grid-column: 1/2;
    grid-row: 1;
    margin: auto 3rem;
    font-size: 1.8em;
}

.rcol {
    grid-column: 2/2;
    grid-row: 1;
    background-color: #222;
    color: #ddd;
    font-size: 1.4em;
    font-weight: 100;
    display: flex;
    border-radius: 1rem;
    box-shadow: 0px 30px 50px #0006;
}

.rcol-cont {
    width: 100%;
    margin: auto 3rem auto 3rem;
}

.reverse-rcol {
    grid-column: 1/2;
    grid-row: 1;
    background-color: #222;
    color: #ddd;
    font-size: 1.4em;
    font-weight: 100;
    display: flex;
    border-radius: 1rem;
    box-shadow: 0px 30px 50px #0006;
}

.reverse-lcol {
    grid-column: 2/2;
    grid-row: 1;
    margin: auto 3rem;
    font-size: 1.8em;
}

.reverse-rcol-cont {
    width: 100%;
    margin: auto 3rem auto 3rem;
}

.onecol {
    display: block !important;
}

h2, .h2-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.section ul {
    padding-left: 20px;
    padding-inline-start: 0;
}

.section ul li {
    margin: 1em 0 1em 0;
    padding: 0px 0 0px 36px;
    list-style: none;
    background-image: url("./tick.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
}

.shift-p {
    margin-left: 58px;
}

#contact-us {
    grid-template-columns: repeat(1, 1fr);
}

#contact-us .lcol {
    margin: auto;
    padding-bottom: 2rem;
    font-size: 1.4rem;
}

#contact-us h5 {
    font-weight: normal;
    text-align: center;
}

#contact-us button[type="submit"] {
    float: right;
}

.svg-container {
    float: left;
    background-color: white;
    width: 50px;
    height: 50px;
    padding: 0px;
    border-radius: 10%;
    color: rgb(75, 85, 99);
    margin: auto;
}

.svg-label {
    margin-left: 60px;
    font-size: 1.2rem;
    color: #222;
}

.sub-title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.sub-text {
    color: rgb(75, 85, 99);
}

.input, button[type="submit"] {
    margin: 1em 0;
}

input:focus, textarea:focus {
    border: solid rgb(6, 182, 212) 1px;
    outline: none;
}

input, textarea {
    width: calc(100% - 1.5rem);
    border: solid rgb(209, 213, 219) 1px;
    outline: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem;
}

#phone {
    line-height: 2.5em;
}

.lalign {
    text-align: left;
}

label {
    font-weight: bold;
    line-height: 2;
}

.submit-btn {
    background-color: #333;
    border: 1px solid #222;
    color: #ddd;
    border-radius: 0.5em;
}

.submit-btn:hover {
    background-color: #ddd;
    color: #222;
    cursor: pointer;
}

hr {
    border: none;
    border-top: 1px solid rgb(209, 213, 219);
    width: 80%;
    margin: 1rem auto;
}

footer {
    background-color: #111;
    color: #999;
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    border-top: solid #ddd 3px;
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

@media (min-width: 100rem) {
    .hero-cont {
        width: 88rem;
        margin: auto;
    }

    .lcol {
        width: 41rem;
        margin: auto 3rem;
    }

    .rcol-cont {
        width: 41rem;
        margin: auto 3rem;
    }

    .reverse-lcol {
        width: 41rem;
        margin: auto 3rem;
    }

    .reverse-rcol-cont {
        width: 41rem;
        margin: auto 3rem;
    }
}

@media (max-width: 72rem) {
    header nav a {
        margin: 0 0.5rem;
    }
}

@media (max-width: 62rem) {
    header {
        flex-direction: column;
        padding: 1.5rem 0;
    }

    nav {
        margin: 1rem 0;
    }

    .hero-cont {
        padding: 4rem 0 15rem 0;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .hero-title {
        font-size: 1.5em;
        max-width: 64rem;
        margin-bottom: 20px;
        color: white;
        text-align: center;
    }

    .hero .btn {
        display: block;
        text-align: center;
    }

    .first-section {
        padding: 22rem 3rem 0 3rem;
    }

    .section {
        display: block;
        padding: 0.01rem 3rem 2rem 3rem;
        min-height: 0;
    }

    .stats {
        width: calc(100% - 8rem);
        margin: -8rem 3rem 5rem 3rem;
        flex-direction: column;
    }

    .lcol, .reverse-rcol {
        max-width: 100%;
    }

    .lcol, .rcol, .reverse-lcol, .reverse-rcol, .c-lcol, .c-rcol {
        margin: 0;
        padding: 0;
    }

    video {
        width: 100%;
        margin: auto auto 2rem auto;
    }

    .rcol {
        font-size: 1.2rem;
        box-shadow: none;
    }

    .location-pic {
        width: 6rem;
        height: 6rem;
        margin: 1rem;
    }
    
    #contact-us .lcol {
        max-width: 75%;
        margin: auto;
    }
}
