body {
    margin: 0;
    font-family: system-ui, Arial;
    background: #f4f1eb;
    color: #2a2320;
}

#hero>div {
    border-radius: 0 0 40px 40px;
    background-color: rgb(var(--c-cream-light));
    display: flex;
    justify-content: space-between;
    padding: 40px 40px 80px 60px;
    height: 100%;
    min-height: 400px;
    align-items: center;
}

#hero__buttons {
    display: flex;
    gap: 16px;
}

#hero .left {
    width: 40%;
    max-width: 590px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 24px;
}

#hero .subp {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 24px;
}

#hero .right {
    width: 55%;
    border-radius: 6px;
    overflow: hidden;
}

#hero .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    max-height: 650px;
}

/*
    Who We Are Section
*/

#what-is {
    margin-top: 100px;
    padding: 0 var(--page-x-padding);
}

#what-is>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1800px;
    height: 100%;
    margin: 0 auto;
    border-radius: 24px;
    padding: 80px 24px;
    background-color: rgb(var(--c-black));
}

#what-is .wrapper {
    max-width: 801px;
    width: 100%;
    margin: 0 auto;
}

#what-is * {
    color: rgb(var(--c-white));
}

#what-is h2 {
    margin-bottom: 24px;
    text-align: center;
}

#what-is h2 span {
    color: rgb(var(--c-cream));
}

#what-is p {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

#book-a-visit {
    margin-top: -20px;
}

footer {
    margin-top: -20px;
    z-index: 2;
    position: relative;
}

/* 
    Services Section
*/

#solutions {
    margin-top: 100px;
}

#solutions .section-inner {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    justify-content: space-between;
    width: 100%;
    max-width: 1800px;
    height: 100%;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
    margin-top: 16px;
}

.solution {
    background-color: rgb(var(--c-cream-light));
    padding: 20px 24px;
    border-radius: 12px;
}

.solution h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.5em;
    color: rgb(var(--c-brown-dark));
}

.solution p {
    font-size: 16px;
    line-height: 1.5em;
    color: rgb(var(--c-black));
}

/* Misc */

#why-choose-us {
    border-radius: 0 0 24px 24px;
    z-index: 2;
    position: relative;
    background-color: #f4f1eb;
    padding: 40px var(--page-x-padding) 40px;
}

@media screen and (max-width: 1600px) {
    
    #hero .left {
        width: 45%;
    }

    #hero .right {
        width: 50%;
    }
}

@media screen and (max-width: 1400px) {
    
    #hero {
        padding: 0;
    }
}

@media screen and (max-width: 1260px) {
    
    #hero .left {
        width: 50%;
    }

    #hero .right {
        width: 45%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
    
    #hero>div {
        padding: 40px 12px 80px 40px;
    }
}

@media screen and (max-width: 1024px) {
    
    #hero>div {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        row-gap: 24px;
        padding: 24px var(--page-x-padding) 60px;
    }

    #hero .left {
        width: 100%;
    }

    #hero .right {
        width: 100%;
    }

    h1 {
        font-size: 40px;
        line-height: 1.2em;
    }

    .subp {
        font-size: 20px !important;
    }

    #services {
        flex-wrap: wrap;
        justify-content: center;
    }

    #services .service {
        width: 30%;
        margin-bottom: 40px;
    }

    h2 {
        font-size: 36px;
        line-height: 1.5em;
        text-align: center;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {

     #hero .section-inner {
        flex-direction: column-reverse;
        align-items: center;
        padding-bottom: 60px;
    }

    #hero .left {
        width: 100%;
        margin-bottom: 0px;
        padding: 0;
        max-width: none;
        row-gap: 0;
    }

    #hero h1 {
        font-size: 30px;
        line-height: 1.5em;
        margin-bottom: 24px;
    }

    #hero h1 br {
        display: none;
    }

    #hero .subp {
        font-size: 18px;
        line-height: 1.5em;
        margin-bottom: 24px;
    }

    #hero .sa__button {
        font-size: 14px;
        padding: 12px 20px;
    }

    #hero__buttons {
        gap: 12px;
    } 

    h2 {
        font-size: 24px !important;
        line-height: 1.5em;
    }

    #what-is {
        margin-top: 60px;
    }

    #solutions > div {
        flex-direction: column-reverse;
        padding: 18px 14px;
        min-height: 0;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
    }

    #solutions {
        margin-top: 60px;
    }
}

@media screen and (max-width: 550px) {

    section {
        --page-x-padding: 16px;
    }

    #hero>div {
        border-radius: 0 0 24px 24px;
    }

    #solutions {
        padding: 0;
    }

    #solutions .section-inner {
        padding: 0;
    }

    .solutions-grid {
        width: 100%;
        overflow-x: auto;
        display: flex;
        flex-direction: row;
        gap: 16px;
        padding-left: calc(var(--page-x-padding) * 3);
        padding-right: var(--page-x-padding);
    }

    .solutions-grid::-webkit-scrollbar {
        display: none;
    }

    .solution {
        min-width: 300px;
    }
}

@media screen and (max-width: 400px) {
   #hero__buttons {
        flex-direction: column;
        width: 100%;
   }

   #hero__buttons > * {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    #hero h1 {
        font-size: 26px;
    }
}