
#hero-contact .container {
    padding-top: 80px;
}

#hero-contact:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero-contact h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 20px;
}

#hero-contact h2 {
    color: #eee;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#hero-contact h3 {
    color: #fff;
    font-size: 20px;
    /* Creșterea dimensiunii fontului */
    font-weight: 600;
    /* Grosime mai mare pentru a evidenția */
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1.4px;
    /* Mai mult spațiu între litere */
    text-shadow: 1px 1px 3px rgba(1, 1, 1, 0.7);
    /* Adăugare umbră pentru vizibilitate */
    margin-bottom: 20px;
    /* Margine pentru spațiu */
    line-height: 30px;
}

#hero-contact .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0px;
    border: 2px solid #fff;
    color: #fff;
}

#hero-contact .btn-get-started:hover {
    background: #1271B7;
    border: 2px solid #1271B7;
}


@media (max-width: 768px) {
    #hero-contact {
        height: 50vh;
    }

    #hero-contact .container {
        padding-top: 0px;
    }

    #hero-contact h1 {
        font-size: 32px;
        line-height: 36px;
    }

    #hero-contact h2 {
        font-size: 24px;
    }

    #hero-contact h3 {
        font-size: 18px;
    }

    .breadcrumbs {
        margin-top: 70px;
    }

    #header .header-container {

        margin-top: 0px;
    }
}


/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #1271B7;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(54, 52, 58, 0.6);

}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(54, 52, 58, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Asigură că imaginea acoperă întreaga suprafață */

}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #00406e;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1271B7;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1271B7;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/* Stil pentru secțiunea de introducere */
#introducere {
    padding: 40px 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

/* Titlu principal */
#introducere h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Subtitlu */
#introducere h3 {
    font-size: 1.5rem;
    color: #34495e;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Paragrafe */
#introducere p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

/* Containerele textului */
.text-content {
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    #introducere h2 {
        font-size: 1.8rem;
    }

    #introducere h3 {
        font-size: 1.4rem;
    }

    #introducere p {
        font-size: 0.95rem;
    }
}

/* Stil pentru secțiunea etapelor */
#etape-foraj {
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    margin-top: 40px;
}

/* Titlu secțiune */
#etape-foraj .section-title h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Lista etapelor */
.steps-list ul {
    list-style: none;
    padding-left: 40px;
    color: #555;
}

.steps-list ul li {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.8;
}

.steps-list ul li strong {
    color: #2c3e50;
}

.steps-list h3 {
    font-size: 1.3rem;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    #etape-foraj .section-title h2 {
        font-size: 1.8rem;
    }

    .steps-list ul li {
        font-size: 0.95rem;
    }
}

/* Stil pentru secțiunea detaliată */
#etape-detalii {
    padding: 40px 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    margin-top: 40px;
}

/* Titlurile etapelor */
#etape-detalii h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Paragrafele */
#etape-detalii p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

/* Liste */
#etape-detalii ul {
    margin-left: 20px;
    margin-bottom: 15px;
    color: #555;
}

#etape-detalii ul li {
    margin-bottom: 10px;
    font-size: 1rem;
}

#etape-detalii ul li ul {
    margin-left: 20px;
    list-style-type: circle;
}

/* Stil responsive */
@media (max-width: 768px) {
    #etape-detalii h3 {
        font-size: 1.5rem;
    }

    #etape-detalii p,
    #etape-detalii ul li {
        font-size: 0.95rem;
    }
}

/* Stil pentru secțiunea forajului pilot si lărgirilor */
#foraj-pilot-largire {
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    margin-top: 40px;
}

/* Titluri secțiuni */
#foraj-pilot-largire h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Paragrafele */
#foraj-pilot-largire p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

/* Liste */
#foraj-pilot-largire ul {
    margin-left: 20px;
    margin-bottom: 15px;
    color: #555;
}

#foraj-pilot-largire ul li {
    margin-bottom: 10px;
    font-size: 1rem;
}

#foraj-pilot-largire ul li strong {
    color: #2c3e50;
}

/* Responsive */
@media (max-width: 768px) {
    #foraj-pilot-largire h3 {
        font-size: 1.5rem;
    }

    #foraj-pilot-largire p,
    #foraj-pilot-largire ul li {
        font-size: 0.95rem;
    }
}

/* Stil pentru secțiunea procesului de calibrare */
#proces-calibrare {
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    margin-top: 40px;
}

/* Titlu secțiune */
#proces-calibrare h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Paragrafe */
#proces-calibrare p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
    #proces-calibrare h3 {
        font-size: 1.5rem;
    }

    #proces-calibrare p {
        font-size: 0.95rem;
    }
}

/* Stil pentru secțiunea procesului de tragere a conductei */
#proces-tragere {
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    margin-top: 40px;
}

/* Titlu secțiune */
#proces-tragere h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Subtitlu */
#proces-tragere h4 {
    font-size: 1.4rem;
    color: #34495e;
    margin-top: 20px;
    font-weight: bold;
}

/* Paragrafe */
#proces-tragere p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

/* Listă */
#proces-tragere ul {
    padding-left: 20px;
    margin-top: 10px;
}

#proces-tragere ul li {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    #proces-tragere h3 {
        font-size: 1.5rem;
    }

    #proces-tragere p,
    #proces-tragere ul li {
        font-size: 0.95rem;
    }
}

h2 {
    font-weight: bold;
}
