

.all-service-item{
    margin: 25px 0;
    background-color: white;
    padding: 50px;
    position: relative;
    background-image:url('../images/triunghi.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.service-title {
    text-align: center;
}

.service-title h1 {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color:#869900;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.cards {
    margin-bottom: 26px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 0 50px;
    margin-top: 50px;
    
}
.card {
    padding: 38px 20px;
    background-color: white;
    border: 2px solid #eee;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}
.card:hover{
    border-color: #869900;
    -webkit-transition: .5s;
    transition: .5s;
}
.card img {
    margin-bottom: 20px;
}
.card :nth-child(2) {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #223344;
}
.card p, .vm-title p {
    color: #777777;
    font-size: 14px;
    line-height: 22px;   
}
.viziune-si-misiune{
    background-color: #f7f7f7;
}
.all-viziune-si-misiune-items{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 100px;
}
.vm-title{
    padding-right: 100px;
}
.vm-title p:first-child{
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #869900;
}
.vm-title p:first-child::before {
    content: "";
    background: #869900;
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
}
.vm-title p:first-child::after {
    content: "";
    background: #869900;
    width: 300px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
}
.vm-title p:nth-child(2),
.vm-title p:nth-child(3){
    padding-left: 30px;
}
.vm-photo img{
    border-radius: 35px;
    box-shadow: 0 0 35px rgb(0 0 0);
}
.vm-button{
    margin-top: 60px;
}
.vm-button a{
    background: #869900;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #869900;
    text-transform: uppercase;
    padding: 10px 26px;
}
.vm-button a:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #869900;
}
.vm-button a:first-child{
   margin-right: 20px;
}
.suntem-diferiti{
    margin-top: 25px;
    background-color: white;
}
.suntem-diferit-items{
    padding: 50px;
}
.cardDiferiti{
    background-color: #869900;
    box-shadow: 0 0 35px rgb(134 153 0);
}
.diferit-title{
    text-align: center;
}
.diferit-title h2{
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #869900;
}
.diferit-title h2::before {
    content: "";
    background: #869900;
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.diferit-title h2::after {
    content: "";
    background: #869900;
    width: 400px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.diferit-title p{
    color: #848484;
    margin-top: 20px;
}
.cardDiferiti p{
    color: white;
    
}
.callBack{
    padding: 50px;
    margin: 25px 0;
    background-image: url('../images/contactUs.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.contactFormContent{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.callBack-title p:first-child {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #869900;
    position: relative;
}
.callBack-title p {
    color: #848484;
    font-size: 14px;
    margin-bottom: 5px;
}
.callBack-title p:first-child::after {
    content: "";
    background: #869900;
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
}
.contactFormContent input {
    padding: 5px;
}
.contactFormContent div:nth-child(2) {
    margin: 10px 0;
}
.contactFormContent div input {
    width: 49%;
}
.contactFormContent div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contactFormContent textarea {
    resize: none;
    padding: 5px;
}
.inputSubmit{
    margin-top: 10px;
    width: 50%;
    background-color: #869900;
    border: none;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}
.inputSubmit:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #869900;
}

.carousel-container {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 30px -20px #223344;
    z-index: 0;
    width: 100%;
    max-height: 300px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

.mySlides img {
    display: block;
    width: 100%;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    background: rgba(173, 216, 230, 0.1);
    user-select: none;
}

.next {
    right: 0;
    border-radius: 8px 0 0 8px;
}

.prev:hover,
.next:hover {
    background-color: rgba(173, 216, 230, 0.3);
}

/* Caption text */
.text {
    color: #f2f2f2;
    background-color: rgba(10, 10, 20, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 50%;
    left: 10%;
    animation: fadeInRight 1s;
}

/* Number text (1/3 etc) */
.number {
    color: #f2f2f2;
    font-size: 16px;
    background-color: rgba(173, 216, 230, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}

/* The dots/bullets/indicators */
.dots {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(173, 216, 230, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(70%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

