
/*
* {
    outline: 1px solid red; 
}
*/

    



* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;

    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    color: #303030;
}

.font-b{
  font-family: "Forum", serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}


.sect-container {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /*border: 2px solid blue;*/
    /*box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);*/
    /*min-height: 600px;*/
}

.sect-full{
    padding: 80px 80px;
}


.sect-half {
    padding: 80px 80px;
    flex: 0 0 50%;

    /*text-align: center;*/
}

.sect-60{
    padding: 80px 80px;
    flex: 0 0 60%;
}

.sect-40{
    padding: 80px 80px;
    flex: 0 0 40%;
}

.sect-70{
    padding: 80px 80px;
    flex: 0 0 70%;
}

.sect-30{
    padding: 80px 80px;
    flex: 0 0 30%;
}

.sect-image-full, 
.framed-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.framed-image img {
    max-width: 75%;
    height: auto;
    display: block;
}

.sect-description {
    font-size: 18px;
    line-height: 1.5;
    /*margin: 0 auto 35px auto;*/
    /*max-width: 520px;*/
}

.logo-a {
    display: block;
    margin: 0 auto 40px auto;
    /*max-width: 280px;*/
    max-width: 60%;
}

.align-center{
    text-align: center;
}

.h-big{
    font-size: 38px;
}



/*
.sect-image-full {
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

.sect-image-full img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.no-padding {
    padding: 0;
}

.bg-light{
    background-color: #f8f6f1;
}

.bg-dark{
    background-color: #d6d2c4;
}


.sect-grid {
    flex: 1 1 55%;
    /*min-width: 320px;*/
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.sect-card {
    text-align: center;
    padding: 0 20px;
}


.sect-wide {
    flex: 0 0 100%;
    text-align: center;
    padding: 80px 0 0 0;
}

.sect-grid-clients {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 0 auto;
    padding: 0 40px 40px 40px;
}

.sect-card-clients {
    padding: 40px;
    /*min-width: 300px;*/
    /*border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);*/
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .sect-container {
        flex-direction: column;
    }

    .sect-container.reverse {
        flex-direction: column-reverse;
    }

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

    .sect-4 .sect-40,
    .sect-3 .sect-60{
        padding-bottom: 0;
    }

    .sect-full{
        padding: 80px 60px;
    }

    .logo-a {
        max-width: 80%;
    }
}

.material-icons, .material-symbols-outlined {
  vertical-align: middle;
  line-height: 1;
  font-size: 24px; /* Adjust to match your text size */
}

.logo {
    display: block;
    margin: 0 auto 40px auto;
    max-width: 280px;
}

.logo-dark {
    display: block;
    max-width: 180px;
}

.btn {
    display: inline-block;
    margin: 0 auto;
    background: #6e665c;
    color: #fff;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
}

.hero4-image {
    flex: 0 0 30%;
    /*min-width: 320px;*/
    text-align: center;
}

.hero4-image img {
    /*width: 300px;*/
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 80%;
}

.footer {
    margin: 40px auto;
    text-align: center;
}

.footer a {
    margin: 0 20px;
    color: #303030;
    font-size: 18px;
    text-decoration: none;
    /*font-size: 14px;*/
}


.a-plain {
    color: #303030;
    /*text-decoration: none;*/
}










/*


.hero-container {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
    min-height: 600px;
}

.hero-text {
    padding: 80px 5%;
    flex: 0 0 50%;
}



.hero-text h1 {
    font-size: 40px;
    margin-bottom: 25px;
}

.description {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto 35px auto;
    max-width: 520px;
}


.hero-image {
    padding: 80px 5%;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    max-width: 70%;
    height: auto;
    display: block;
}







@media (max-width: 900px) {
    .hero-container {
        flex-direction: column;
    }

    .hero-text,
    .hero-image,
    .hero-image-full,
    .hero2 .hero-text,
    .hero3-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .hero-image,
    .hero2 .hero-text,
    .hero3-columns {
        padding: 40px 5%;
    }
}

@media (max-width: 900px) {
    .hero3-columns {
        flex-direction: column;
    }

    .hero3-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

.hero2 .hero-container {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}



.hero3 .hero-container {
    width: 100%;
    margin: 0;
    padding: 60px 0 80px;
}

.hero3-body {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.hero3-text {
    flex: 1 1 420px;
    min-width: 280px;
    max-width: 680px;
}

.hero3-text p {
    margin-bottom: 26px;
    line-height: 1.8;
    color: #2e2a24;
}

.hero3-image {
    flex: 0 0 420px;
    min-width: 280px;
    display: flex;
    justify-content: center;
}

.hero3-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}

.hero4 {
    padding: 0;
}

.hero4 .hero-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero4-body {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    column-gap: 80px;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    width: 100%;
    margin: 0 auto;
}

.hero4-image {
    flex: 0 0 30%;
    min-width: 320px;
    text-align: center;
}

.hero4-image img {
    width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hero4-grid {
    flex: 1 1 55%;
    min-width: 320px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.hero4-card {
    text-align: center;
}

.hero4-card h3 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.2;
}

.hero4-card p {
    margin: 0;
    line-height: 1.75;
    color: #2e2a24;
}



.hero5 .hero-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 5%;
}

.hero5-header {
    text-align: center;
    margin-bottom: 60px;
}

.hero5-header h1 {
    font-size: 38px;
    margin-bottom: 16px;
}

.hero5-subtitle {
    margin: 0;
    font-size: 16px;
    color: #7d7468;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.hero5-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
    margin: 0 auto;
}

.hero5-card {
    padding: 40px;
}

.hero5-card p {
    margin: 0 0 26px;
    line-height: 1.8;
    color: #2e2a24;
}

.hero5-card span {
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2e2a24;
}

@media (max-width: 900px) {
    .hero4-body {
        flex-direction: column;
        align-items: center;
    }

    .hero4-image,
    .hero4-grid {
        width: 100%;
        max-width: 100%;
    }

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

.hero3 .hero3-columns,
.hero3 .hero3-column,
.hero3 .hero3-column img,
.hero3 .hero3-column h3,
.hero3 .hero-image-full {
    display: none;
}

@media (max-width: 900px) {
    .hero3-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero3-image,
    .hero3-text {
        width: 100%;
        max-width: 100%;
    }

    .hero3-image {
        justify-content: center;
    }
}

.hero-image-full {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-full img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero2 .hero-text {
    padding: 80px 5%;
    flex: 0 0 50%;
    text-align: center;
}

.hero-wide {
    flex: 0 0 100%;
    text-align: center;
    padding: 80px 5%;
}


*/