/**
* BUSINESS-RESPONSABIL.CSS
* Viewport: 360px - 2560px
* Ratio: 1.25 (Major Third) - Rotunjit Superior
* Author: EVO Studio
*/

.slider-top{
    display: flex;
    background-color: #634C35;
}

.slider-top .swiper {
    width: 100%;
    overflow: hidden; 
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.slider-top .swiper-wrapper{
    padding: 0px !important;
}

.slider-top .swiper-slide {
    position: relative;
    width: 100%;
    min-height: 88vh;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background-color: #634C35;
    padding-top: 16vh;
    overflow: hidden;
}

@media (max-width: 991px) {
  @supports (-webkit-touch-callout: none) {
    .slider-top .swiper-slide {
      /* svh exclude bara de navigare a Safari-ului, oferind un calcul precis */
      min-height: 96dvh !important;
    }
  }
}

/* --- LOGICĂ ADĂUGATĂ PENTRU OVERLAY --- */
.slider-top .slider-bg-picture{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Pseudoelementul se aplică direct pe picture și acționează ca o folie de sticlă peste imagine */
.slider-top .slider-bg-picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.62) 39.89%, rgba(255, 255, 255, 0) 100.56%);
    background-blend-mode: multiply;
    z-index: 2; /* Trece PESTE tagul img (care nu are z-index explicit) */
    pointer-events: none; /* Ignoră atingerile pentru a nu bloca gesturile de swipe din Swiper JS */
}

.slider-top .slider-bg-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit:cover; 
    object-position: left center;
    image-rendering: -webkit-optimize-contrast;
}

/* Am urcat z-index-ul la 3 pentru a scoate textul și butoanele deasupra foliei de overlay */
.slider-top-inner {
    position: relative;
    z-index: 3; /* Trece PESTE overlay-ul care are z-index: 2 */
    text-align: center;
    padding-inline: var(--site-gutter);
    padding-top: 0;
    max-width:1440px;
}

.slider-top h2{
    font-family: var(--font-title);
    font-size: var(--title-xl);
    font-weight: var(--fw-bold);
    color: #fff;
    margin-bottom: var(--space-sm);
    line-height: 0.93;
}

@media (min-width:992px){
    .slider-top .swiper-slide{
        min-height: 98vh;
        padding-top: 20vh;
    }
    .slider-top .slider-bg-picture img {
        object-position: top center;
    }
    .slider-top h2{
        color: #FFF9EE;
        line-height:1;
    }
}

.page-intro{
    display: flex;
    flex-direction: column;
    background-color: #F8F0E3;
    align-items: center;
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 8vh;
    width: 100%;
}

.page-intro-inner{
     align-items: center;
    text-align: center;
    max-width: 1440px;
    padding-inline: var(--site-gutter);
}

.logomark{
    display: block;
    width: 100%;
    height: 56px;
}

.page-intro-inner h3{
    color: #176B47;
    font-family: var(--font-main);
    font-size: var(--title-xs);
    font-weight: var(--fw-bold);
    text-transform: uppercase;
    letter-spacing: var(--ls-content-slider);
    margin-top: var(--space-sm);
}

.page-intro-inner h1{
    color: #493623;
    font-family: var(--font-title);
    font-size: var(--title-lg);
    font-weight: var(--fw-bold);
    margin-top: var(--space-xs);
    margin-bottom: var(--space-md);
    line-height: 0.93;
}

.pageintrotxt1{
    color: #493623;
    font-weight: var(--fw-semibold);
    margin-bottom: var(--space-md);
}

.content-text span{
    color: #EBCA94;
    font-weight: var(--fw-bold);
}

/*
.homeicon{
    width: auto;
    height: 40px;
    display: inline;
    vertical-align: middle;
}
*/

.homeicon {
    width: 36px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

@media(min-width:992px){
    .logomark{
        height: 76px;
    }
    .homeicon {
        width: auto;
        height: 40px;
    }
}

.biz .flex-2-cols{
    gap: 0;
}

.col-txt{
    justify-content: center;
    padding-inline: var(--site-gutter);
    padding-top: var(--space-xlg);
    padding-bottom: var(--space-md);
}

.col-txt h2{
    font-family: var(--font-title);
    font-size: var(--title-lg);
    font-weight: var(--fw-bold);
    color: #176B47;
    margin-bottom: var(--space-sm);
    line-height: 1;
}

.col-txt .content-text{
    color: #493623;
    font-weight: var(--fw-semibold);
}

.col-txt .content-text ul {
    list-style-type: disc;
    padding-left: 20px;
}

.col-txt .content-text ul li {
    margin-bottom: 8px;
}

.col-txt .content-text ol {
    list-style-type: decimal;
    padding-left: 20px;
    /*
    margin-top: 10px;
    margin-bottom: 20px;
    */
}
.col-txt .content-text ol li {
    margin-bottom: 8px;
    /*line-height: 1.5;*/
}

@media (min-width: 992px){
    .biz .flex-2-cols:nth-of-type(even){
        flex-direction: row-reverse;
    }
}

.contact-business{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-color: #FFF9EE;
}

.contact-business-inner{
    padding-block: var(--space-xxl);
    padding-inline: var(--site-gutter);
    width: 100%;
    align-items: center;
    text-align: center;
}

.contact-business h2{
    font-family: var(--font-title);
    font-size: var(--title-xl);
    font-weight: var(--fw-bold);
    color: #493623;
    line-height: 1;
}

.contact-business .content-text{
    color: #493623;
    font-weight: var(--fw-semibold);
    margin-block: var(--space-md);
}

.contact-business .btn-cta{
    display: inline-flex;
    width: fit-content;
}

@media(min-width:992px){
    .contact-business-inner{
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: 0;
    }
}

.biz-iso{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-color: #FCE1B1;
}

.biz-iso-inner{
    padding-block: var(--space-xxl);
    padding-inline: var(--site-gutter);
    width: 100%;
    align-items: center;
    text-align: center;
}

.biz-iso h2{
    font-family: var(--font-title);
    font-size: var(--title-sm);
    font-weight: var(--fw-bold);
    color: #493623;
    line-height: 1;
}

@media(min-width:992px){
    .biz-iso-inner{
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: 0;
    }
}