/* services */

.servicii-header {
    padding: 2% 0;
}

.servicii-content {
    padding: 3% 0 1em;
}

.servicii-content p {
    margin: 0 0 .5em;
}

.servicii-wrapper {
    display: block;
    width: 100%;
}

.servicii-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.serviciu-card {
    position: relative;
    min-width: 0;
}

.serviciu-media > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviciu-media {
    position: relative;
    height: 0;
    padding: 0 0 60%;
    margin: 0;    
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-width: 1px;
    border-style: solid solid none;
    border-color: #ddd;
}

.serviciu-content {
    padding: 4% 6%;
    background: #f8f8f8;
    border-radius: 0 0 10px 10px;
    border-width: 1px;
    border-style: none solid solid;
    border-color: #ddd;
}

.serviciu-content h3 {
    line-height: 1.15;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.serviciu-content > p {
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 500;
    padding: .2em 0 0;
    margin: 0;
}

a.serviciu-action {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.serviciu-card > div:hover h3 {
    color: #c36;
}

.serviciu-content > p::after {
    content: '\279D';
    opacity: 0;
    display: inline-block;
}

.serviciu-card > div:hover .serviciu-content > p::after {
    opacity: 1;
    margin-left: 20px;
    transition: .5s;
}

.serviciu-card > div:hover {
    color: #c36;
}
/* single */
.serviciu-single {
    width: 100%;
    padding: 4% 0;
}
.serviciu-single::after {
    content: '';
    height: .1px;
    width: 100%;
    display: block;
    clear: both;
}
/* single left side */
.ssingle-left {
    width: 50%;
    padding-right: 2em;
    position: sticky;
    top: 0;
}

.ssingle-media > img {
    width: 100%;
}
/* single right side */
.ssingle-right {
    width: 50%;
    float: right;
    margin-bottom: 3em;
}

p.saction-button {
    margin: 0;
    padding: 1em 0 0;
}

p.saction-button > a {
    display: block;
    text-transform: uppercase;
    padding: 10px 0 10px 50px;
    margin: 0;
    background: #ffdce8;
    color: #c36;
    font-weight: 600;
    position: relative;
    background-image: url('../cof.png');
    background-position: left 15px center;
    background-repeat: no-repeat;
}

p.saction-button > a::after {
    content: '\279D';
    position: absolute;
    right: 10px;
}

p.saction-button > a:hover {
    background: #c36;
    color: #fff;
    background-image: url('../cofw.png');
    background-position: left 15px center;
    background-repeat: no-repeat;
}


/* cerere */
.cere-oferta {
    width: 100%;
    vertical-align: top;
    padding: 2% 0 4%;
    max-width: 1368px;
    margin: 0 auto;
}

.cof-left,
.cof-right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.cof-left {
    width: 40%;
}

.cof-right {
    width: 60%;
    padding: 0 0 0 2em;
}

.cerere_ok {
    background-color: #e6f7e9;
    border: 1px solid #b5e0b8;
    color: #1e4620;
    padding: 16px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.cere-oferta fieldset {
    padding: 26px 16px 12px;
    padding-top: 8px;
    border-color: #ff84ad;
    margin: 0 0 16px;
    border-radius: 10px;
    border-style: dotted;
}

.cere-oferta legend {
    margin: 0;
    text-transform: uppercase;
    color: #c36;
}

.cere-oferta form {
    padding: 25px 30px 30px;
    text-align: right;
    border-radius: 10px;
    border: 1px dashed #ed5f8e;
    vertical-align: top;
    margin: 0 0 3%;
}

.cere-oferta form p {
    text-align: left;
    margin: 0 0 15px;
    line-height: 1.2;
}

.cere-oferta form p.ferr {
    color: #c36;
}

.cere-oferta label {
    display: block;
    line-height: unset;
    margin: 0 0 5px;
    padding: 0;
}

.cere-oferta h1 {
    padding: 0 0 20px;
}
.cere-oferta input[type="checkbox"], 
.cere-oferta input[type="radio"] {
    margin-right: 5px;
    top: 1px;
    position: relative;
}

.cere-oferta input[type="text"], 
.cere-oferta input[type="email"] {
    margin: 0 0 5px;
}

.cr-right {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}

.cr-right .serviciu-card {
    margin: 0 0 20px;
}

.cr-left {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 922px) {
    .cr-left {
        width: 75%;
    }
    .cr-right {
        width: 25%;
        padding: 0 0 0 30px;
    }
}
