@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*
Theme Name: ISPH 
Theme URI: https://wordpress.org/
Author: Lazăr Ganea
Author URI: https://wordpress.org/
Description: Custom developed theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
*/

/* Resets */

/*
1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*
2. Remove default margin
*/
* {
    margin: 0;
}

/*
Typographic tweaks!
3. Add accessible line-height
4. Improve text rendering
*/
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/*
5. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/*
6. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
    font: inherit;
}

/*
7. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    margin-bottom: 0px !important;
}

/*
8. Create a root stacking context
*/
#root,
#__next {
    isolation: isolate;
}

body {
    overflow-x: hidden;
}

/* Fonts */

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900 */

/* Vars */

:root {
    --main-green: #6fd19f;
    --text-gray: #7b7b7b;
    --red: #dc2d24;
    --montserrat: "Montserrat", sans-serif;
}

/* Utilities */



.spacer {
    padding-top: 100px;
}

.flex-center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.remove-under {
    text-decoration: none !important;
}

/* ISPH styles */

a:hover {
    color: var(--main-green) !important;
}


p {
    color: #fff;
    font-size: 17px;
    font-family: var(--montserrat);
}


body {
    background-color: #013329 !important;
    overflow-x: hidden;

}

.above-f-spacer {
    padding-bottom: 100px;
}

.logo {
    max-width: 75px;
}

.nav-innner {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.menu-holder {
    display: flex;
    align-content: center;
}

.nav-link {
    color: #fff !important;
    margin-left: 0.8rem;
    font-size: 16px !important;
    font-weight: 600 !important;

    font-family: var(--montserrat);
}

.nav-link-footer {
    color: #013329;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-decoration: none;
    text-transform: uppercase;

    font-family: var(--montserrat);
}

.contact-meta {
    color: #013329;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none;

    font-family: var(--montserrat);
}

.accordion-button,
.licenta-btn {
    font-family: var(--montserrat);
}

.nav-link-footer:hover {
    opacity: 0.7;
    color: #013329;
}

.hero {
    padding-top: 80px;
}

.hero-text {
    font-family: var(--montserrat);
    font-weight: 900;
    color: #fff;
    font-size: 50px;
    max-width: 700px;
    line-height: 1.3em;
}

.hero-small {
    font-weight: 600;
}

.upper-c {
    text-transform: uppercase;
    color: #6fd19f;
}

.surse {
    color: #6fd19f;
    font-weight: 700;
}

.producer_header {
    color: #fff;
    font-family: var(--montserrat);
    font-size: 50px;
    text-align: center;
    line-height: 1.1em;
    top: 100px;
    z-index: 3;
    padding-bottom: 40px;
}

.centered-text {
    font-family: var(--montserrat);
    font-size: 20px;
    line-height: 1.6em;
}

.container {
    position: relative;
}



.abstract-oval {
    position: absolute;
    width: 60%;
    max-width: 900px;
    right: -100px;
    top: -100px;
    z-index: -2;
}

.fundal {
    z-index: 1;
    position: relative;
    top: -100px;
}

.text2 {
    color: #6ed19f;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-align: center;
    position: relative;
}

.hamb {
    fill: #fff;
    width: 40px;
    cursor: pointer;
    display: none;
}

.producem-section {
    margin-top: 150px;
}

.producem-energie {
    background-image: url("assets/pozafundal.png");
    background-position: center;
    background-size: cover;
    padding: 150px 0px 180px 0px;
}

.producem-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.centered-text {
    margin-top: 40px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    max-width: 55%;
    text-align: center;
}

.gen-text {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 18px;
    margin: 0px !important;
}

.text-left-container {
    background: rgb(2, 115, 66);
    background: linear-gradient(90deg,
            rgba(2, 115, 66, 1) 34%,
            rgba(255, 255, 255, 0) 100%);
    padding: 100px 5em 50px 80px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    margin: 50px 0px 50px 0px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.activitate {
    display: grid;
    grid-template-columns: 100%;
}

.max-w-600 {
    max-width: 600px;
}

.gen-maimulte {
    display: flex;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    float: right;
    font-family: "Montserrat", sans-serif;
    color: #6ed19f;
    text-decoration: none;
    line-height: 1em;

}

.gen-maimulte:hover {
    color: #fff;
}

.bi-chevron-right {
    font-weight: 900 !important;
    -webkit-text-stroke: 3px !important;
}

.landscape-hidro {
    display: none;
}

.hidrocentrala-img {
    border-radius: 30px;
    margin-bottom: -100px;
    max-width: 90%;
    z-index: 22;
}

.line {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 45%;
}

.line-portofoliu {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 45%;
}

.spacer {
    padding: 100px;
}

.oval2 {
    top: -100px;
    left: -200px;
    position: absolute;
    z-index: 1;
    width: 60%;
    max-width: 700px;
}

.oval4 {
    top: -100px;
    left: -200px;
    position: absolute;
    z-index: -3;
    width: 60%;
    max-width: 700px;
}

.oval3 {
    top: 0px;
    right: -120px;
    position: absolute;
    z-index: -1;
    width: 60%;
    max-width: 700px;
}

.video {
    z-index: 2;
    border: 3px solid #6ed19f;
    border-radius: 30px;
    width: 100%;
    justify-content: center;
}

.video-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-padding {
    margin-top: 100px;
}

.imgoriz {
    background-image: url(assets/orizontala.png);
    width: 100%;
    padding: 60px;
    background-size: cover;
    background-position: center;
}

.cifra-mare {
    color: #fff;
    font-family: var(--montserrat);
    font-size: 30px;
    font-weight: 900;

    padding-top: 10px;
}

.text-mic {
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;

    font-weight: 600;
}

.horizontal {
    margin-top: 100px;
}

.portofoliu {
    margin-top: 100px;
    position: relative;
}

.gen_header {
    color: #fff;
    font-family: var(--montserrat);
    font-size: 50px;
    text-align: left;
    line-height: 1.1em;
    top: 100px;
    z-index: 3;
    padding-bottom: 40px;
}

.sub_header {
    padding-top: 40px;
    color: #fff;
    font-family: var(--montserrat);
    color: var(--main-green);
    font-weight: 700;
    font-size: 25px;
}

.gen_text {
    font-size: 18px;
    font-family: var(--montserrat);

    color: #fff;
    padding-top: 15px;
}

.portofoliu-img {
    border-radius: 40px;
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-el {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.portofoliu-left {
    padding-right: 50px !important;
}

.anunturi {
    margin-top: 100px;
}

.anunt-line {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 300px;


}

.gen_line {
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 30px !important;
    margin-bottom: 40px !important;
}

.anunt_header {
    color: #fff;
    font-family: var(--montserrat);
    font-size: 50px;
    font-weight: 600;
    z-index: 3;
    padding-bottom: 10px;
}

.anunt_grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.pr {
    position: relative;
}

.anunt_well {
    background-color: #fff;
    padding: 70px 40px 40px 40px;
    border-radius: 50px;

}

.post_img {
    padding: 0px 15px;
    margin: 10 auto;
    margin-bottom: -50px;
    border-radius: 60px;

}

.post_date {
    font-size: 14px;
    font-family: var(--montserrat);

    font-weight: 600;
    color: #60c56f !important;
}

.post_header {
    padding-top: 10px;

    font-size: 14px;
    font-family: var(--montserrat);
    line-height: 1.4em;

    font-weight: 700;
    color: #013329;
}

.post_content {
    padding-top: 5px;
    font-size: 14px;
    font-family: var(--montserrat);
    line-height: 1.4em;

    font-weight: 600;
    color: #013329;

    padding-bottom: 10px;
}

.more {
    font-size: 14px;
    font-family: var(--montserrat);
    line-height: 1.4em;

    margin-top: 15px !important;
    font-weight: 700;
    color: #013329;

    text-decoration: none;
}

.more:hover {
    color: #60c56f;
}

.footer {
    padding: 100px 0px !important;
    background-color: #fff;
}

.footer-nav {
    color: #013329 !important;
}

.inner_footer {
    display: grid;
    grid-template-columns: 20% 20% 40% 20%;
}

.footer-logo {
    max-width: 90px;
}

.under-header-padding {
    padding-top: 80px;
}

.just {
    text-align: justify;
}

.icard {
    background-color: #fff;
    border-radius: 40px;
    padding: 40px;
    margin: 15px;

}

.icard_header {
    font-size: 40px;
    color: #6ed19f;
    font-family: var(--montserrat);
    font-weight: 700;
}

.icard_body {
    font-size: 15px;
    font-family: var(--montserrat);
    color: #013329;
    font-weight: 500;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ede9e9 !important;
}

.slick-dots li button:before {

    color: #ede9e9 !important;

}

.misiune {
    padding-top: 100px;
}

.misiune-inner2 {
    padding: 70px 10px 70px 110px;
    background: rgb(2, 115, 66);
    background: linear-gradient(90deg, rgba(2, 115, 66, 1) 5%, rgba(255, 255, 255, 0) 44%);
    border-radius: 250px;
}

.misiune-inner1 {

    margin-top: 100;

    padding: 70px 10px 70px 110px;
    background: rgb(2, 115, 66);
    background: linear-gradient(273deg, rgba(2, 115, 66, 1) 5%, rgba(255, 255, 255, 0) 44%);
    border-radius: 250px;
}

.flex-center-v {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ------------------- */

.team-card {
    height: 300px;
    width: 250px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s;
    cursor: pointer;

    border-radius: 40px;
}

.team-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: left;
    transition: opacity 0.3s;
}

.team-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s;
}

.team-name {
    margin: 15px 0 5px;
    font-size: 1.2em;
    color: #6ed19f;
    padding-top: 30px;
}

.team-name-modal {
    margin: 0px 0 5px;
    font-size: 1.2em;
    color: #6ed19f;
    padding-top: 0px;
}

.team-position {
    font-size: 0.9em;
    color: #fff;
}

.team-position-dark {
    font-size: 0.9em;
    color: #013329;
}

.modal-body-text {
    font-size: 0.8em;
    color: #013329;


}

.scroll-section {
    overflow-y: scroll;
    padding-top: 10px;
    max-height: 210px;
}

/* Hover effect */
.team-card:hover .team-image img {
    transform: scale(1.1);
}

.team-card:hover {
    background-size: cover;
    background-position: center;
}

.team-card:hover .team-image img {
    opacity: 0;
}

.team-card:hover {
    background-image: url('assets/echipa.png');
    background-position: top;

}


/* ------------------ */

.echipa_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.flex-start {
    align-items: flex-start;
    padding-left: 35px;
    align-self: flex-start;
}

.btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 222;
    border: 10px solid transparent;
}

.modal_grid {
    display: grid;
    grid-template-columns: 40% 60%;
}

.modal-body {
    padding: 30px !important;

}

.modal-content {
    border-radius: 30px !important;
}

.centrale-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.centrala {
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 250px;
    border-radius: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    overflow: hidden;
}

.centrala::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* Dark semi-transparent overlay */
    z-index: 1;
    transition: 0.4s ease-in-out;

    /* Applying the blur and grayscale effect only to the background */
    -webkit-filter: grayscale(60%) blur(1px);
    filter: grayscale(60%) blur(1px);
    opacity: 0;
}

.centrala:hover::before {
    opacity: 1;
    /* Show the effect on hover */
}

.centrala-name {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--montserrat);

    position: relative;
    z-index: 2;
    /* Ensures text is above the overlay */
    color: white;
    /* Makes the text stand out */
}

.centrala:hover .centrala-name {
    display: block;
}

.centrala-name {
    display: none;
}

.contact_subheader {
    font-size: 25px;
    color: #6fd19f;
    font-weight: 700;
    line-height: 1.2em;
}

.map {
    width: 100%;
    height: 400px;
}


.wpcf7-form-control {
    width: 100%;
    background: transparent;
    border: 0px solid #fff;
    border-top: 2px solid #fff;
}

input::placeholder {
    color: #fff !important;
    font-family: var(--montserrat);
}

textarea::placeholder {
    color: #fff !important;
    font-family: var(--montserrat);

}

.wpcf7-text,
.wpcf7-textarea {
    color: #fff !important;
    padding: 10px 0px;
}

.wpcf7-textarea {
    border-bottom: 2px solid #fff;
    height: 200px;
}

.wpcf7-submit {
    border: none !important;
    color: #013329;
    font-family: var(--montserrat);
    display: inline !important;
    background-color: #fff;
    width: 200px;
    padding: 10px 30px 10px 30px;
    margin-top: 40px;
    border-radius: 40px;
    font-weight: 500;
}

.wpcf7-spinner {
    display: none;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.single_anunt_header {
    color: #6fd19f;
    font-size: 20px;

    font-weight: 700;
    font-family: var(--montserrat);
}

.anunt_single {
    max-width: 900px;
}

.static-line-g {
    height: 2px;
    display: block;
    background-color: #fff;
    margin-left: 12px;
    max-width: 400px;
    margin: 30px 0px;
}

.oval5 {
    top: -500px;
    right: -200px;
    position: absolute;
    z-index: -3;
    width: 60%;
    max-width: 700px;
}

.oval6 {
    top: -1200px;
    left: -200px;
    position: absolute;
    z-index: -3;
    width: 60%;
    max-width: 700px;
}

.sm {
    display: flex;
    flex-direction: row !important;
}

.sm img {
    padding-right: 5px;
    margin-top: 10px;
    max-width: 40px;
}

.pslide-el {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 10px;
}

.slider-post-img {
    margin-bottom: 50px;
    border-radius: 40px;

}

.single-post {
    padding-bottom: 100px;
}

.single-post-title {
    max-width: 80%;
    font-size: 30px;
    font-family: var(--montserrat);
    color: var(--main-green);
    font-weight: 700;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

.single-post-desc {
    padding-top: 30px;
}

.force-white {
    color: #fff;
}

.centrala-details {
    display: grid;
    grid-template-columns: 60% 40%;
}

.centrala-details {
    border-top: 2px solid #fff;
    padding: 10px 0px;
}

.denumire {
    font-size: 20px;
    color: var(--main-green);
    font-family: var(--main-green);
    font-weight: 700;

}

.centrala-details:last-child {
    border-bottom: 2px solid #fff;
}

.valoare {
    color: #fff;
    font-size: 19px;
    font-family: var(--montserrat);
    font-weight: 700;
}

.gap-sp {
    padding-right: 80px !important;
}

/* G styles */

.pagination-box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.nav-post {
    font-size: 16px;
    font-family: var(--montserrat);
    font-weight: 700;
    color: var(--main-green);
    text-decoration: none;
}

.nav-next>a {
    text-decoration: none;
}

.nav-previous>a {
    text-decoration: none;
}

.btt-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btt {
    text-decoration: none;
    color: var(--main-green);
    font-family: var(--montserrat);
    font-size: 16px;
    font-weight: 700;
}

.anunt_well p {
    color: #013329;
    font-size: 14px;
}

.oval5 {
    display: none;
}



/* Furnizare energie page */
.furnizare-rounded {
    background: rgb(2, 115, 66);
    background: linear-gradient(90deg, rgba(2, 115, 66, 1) 34%, rgba(255, 255, 255, 0) 100%);
    padding: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin: 50px 0px 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.furnizare-header {
    font-size: 35px;
    line-height: 1.3em;
    font-family: var(--montserrat);
    font-weight: 600;
    padding-bottom: 30px;
}

.pachet {
    padding-bottom: 30px;
}

.side-menu {
    background-color: #005C3A;
    padding: 20px;
    border-radius: 20px;

}

.accordion-button {
    border-radius: 30px !important;
    background-color: #fff !important;
    border: unset !important;
}

.accordion-item {
    background-color: transparent !important;
    margin-bottom: 20px;
    border-bottom: 0px !important;
}

.no-underline {
    text-decoration: none !important;
    cursor: pointer;
    display: block;
}

.submenu-furnizare {
    padding-left: 15px;
    font-size: 15px;
    opacity: 0.8;
}

.accordion-button {
    color: #005C3A !important;

}

.accordion-button {
    font-size: 20px !important;
}

.licenta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    border-radius: 20px;
    color: #fff;
    background-color: #6FD19F;
    font-weight: 600;
    padding: 5px 40px;
    gap: 10px;
    margin-top: 20px;
    font-size: 20px;
}

.no-dec {
    text-decoration: unset !important;
}

.page-header {
    color: #fff;
    font-family: var(--montserrat);
    font-size: 40px;
    text-align: left;
    line-height: 1.1em;
    z-index: 3;
    padding-bottom: 10px;

}

button.hide-before::after {
    display: none !important;
}

.white-box {
    background-color: #fff;
    border-radius: 40px;
    padding: 30px;

    margin-bottom: 30px;

}

.gen-maimulte {
    background-color: var(--main-green);
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
}

.gen-maimulte:hover {
    color: #ffffff9a !important;
}

.text-dark {
    color: #013329;
}

.begin {
    font-weight: 600;
    color: var(--main-green);
}


.accordion-body .gen-text::before {
    content: "-";
    /* liniuță scurtă, poți folosi și "-" sau alt simbol */
    margin-right: 0.5em;
    /* spațiu între liniuță și text */
    display: inline-block;
    color: #fff;
    /* sau altă culoare, dacă vrei */
}

.green-box {
    background: linear-gradient(90deg, rgba(2, 115, 66, 1) 34%, rgba(255, 255, 255, 0) 100%);
    padding: 20px;
    border-radius: 30px;
}

/* desktop */

@media only screen and (max-width: 1200px) {
    .next {
        left: 405px;
    }

    .echipa_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .slider-content {
        width: 94%;
        position: relative;
        left: -104px;
    }

    .ovalpropuneri {
        top: 1000px;
    }

    .gen-maimulte {
        top: 15px;
    }

    .echipa-isph {
        font-size: 30px;
        left: -107px;
        position: relative;
    }

    .ech {
        width: 22%;
        left: 344px;
    }

    .grid-item {
        width: 115px;
    }

    .grid-container {
        left: 79px;
        z-index: 2;
    }

    .echipaoval {
        z-index: 1;
        top: 1170px;
        width: 450px;
        left: -149px;
    }

    .earth-photo {
        width: 25%;
        margin-left: -261px;
        top: -375px;
    }

    .planeta-line {
        left: -283px;
    }

    .left-arrow {
        left: 50px;
    }

    .right-arrow {
        right: 50px;
    }

    .history-slider-wrapper {
        margin-right: -10px;
    }

    .container-footer {
        margin: 65px;
    }

    .activitate {
        display: flex;
        flex-direction: column-reverse;
    }

    .text-left-container {
        left: -17px;
        background: rgb(2, 115, 66);
        background: linear-gradient(360deg,
                rgba(2, 115, 66, 1) 22%,
                rgba(2, 115, 66, 0.22032563025210083) 100%);
        border-radius: 50px;
        margin-top: 0px;
        padding: 40px !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        flex-direction: column;
    }

    .flower-photo {
        width: 25%;
        margin-left: -261px;
        top: -375px;
    }

    .hidrocentrala-img {
        border-radius: 30px;
        margin-bottom: -30px;
    }

    .max-w-600 {
        max-width: 100%;
    }

    .landscape-hidro {
        z-index: 2;
        display: block;
        margin-bottom: -50px;
    }

    .img-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .horizontal {
        position: relative;
    }

    .grid-el {
        max-width: 250px;
        justify-content: space-between;
    }

    .ncentrale {
        width: 100%;
        height: 800px;
    }

    .subtitlu {
        font-size: 30px;
    }

    .chemp {
        width: 100%;
    }

    .chemp1 {
        font-size: 30px;
    }

    .textnovaci {
        font-size: 15px;
    }

    .imgnovaci {
        position: relative;
        right: 200px;
        width: 350px;
    }

    .ovalnovaci {
        left: 500px;
        top: 250px;
    }

    .buton1 {
        left: 710px;
    }

    .maimulte {
        left: -180px;
        position: relative;
        font-size: 18px;
    }

    .info h3 {
        font-size: 15px;
    }

    .info p {
        font-size: 13.5px;
    }

    .jos {
        width: 1298px;
    }

    .institut p {
        font-size: 30px;
    }

    .pisph {
        width: 20%;
    }

    .slider-container {
        max-width: 1200px;
    }

    .hidrocentrala-img {
        border-radius: 30px;
        margin-left: unset;
        margin-top: 20px;
    }
}


.btn-navigare {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    background-color: #fff;
    color: #005C3A;
    text-decoration: none !important;
    padding: 5px 30px;
    font-weight: 600;
    font-family: var(--montserrat);
    border-radius: 20px;
    border: 2px solid #005C3A;
}

.offcanvas {
    background-color: #013329 !important;
}


/*Medium devices */

@media only screen and (max-width: 1000px) {
    .abstract-oval {
        position: absolute;
        width: 100%;
        max-width: 1200px;
        z-index: -1;
    }


    .navbar-nav {
        padding: 30px 0px 30px 0px;
        flex-direction: column !important;
        width: 100%;
    }

    .nav-innner {
        flex-direction: column;
    }

    .nav-link {
        margin-left: 0px !important;
    }

    .nav-link:hover {
        background-color: #fff;
        color: #013329 !important;
    }

    .navbar {
        background-color: #013329;
        border: 1px solid #fff;
        border-radius: 20px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .menu-holder {
        display: none;
        transition: 2s, all;
    }

    .hamb {
        display: block;
        position: absolute;
        top: 100px;
        right: 10px;
    }

    .hero-text {
        font-size: 40px;
    }

    .producem-section {
        margin-top: 100px;
    }

    .producem-energie {
        padding: unset;
        padding-top: 0px;
    }

    .producer_header {
        font-size: 40px;
        z-index: 3;
        padding-bottom: 40px;
    }

    .centered-text {
        max-width: 100%;
        font-size: 18px;
        margin-bottom: 100px !important;
    }

    .activitate {
        margin-top: 100px;
    }

    .text-left-container {
        padding: 70px;
    }

    .video-padding {
        margin-top: 60px;
        max-width: 100%;
    }

    .video {
        max-width: 100%;
    }

    .main-grid {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .imgoriz {
        background-image: url(assets/orizontala.png);
        width: 100%;
        background-size: cover;
        background-position: right;
    }

    .portofoliu-img {
        margin-top: 40px;
    }

    .gen_header {
        font-size: 40px;
    }

    .sub_header {
        font-size: 22px;
    }

    .line-portofoliu {
        display: block;
        height: 2px;
        background-color: #fff;
        width: 85%;
    }

    .anunt_header {
        font-size: 40px;
    }

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

    .post_img {
        margin: 0px auto -50px auto;
    }

    .inner_footer {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .misiune-inner1 {
        padding: 50px;
        background: rgb(2, 115, 66);
        background: linear-gradient(180deg, rgba(2, 115, 66, 1) 5%, rgba(255, 255, 255, 0) 44%);
        border-radius: 50px;
    }

    .misiune-inner2 {

        margin-top: 100;

        padding: 50px;
        background: rgb(2, 115, 66);
        background: linear-gradient(0deg, rgba(2, 115, 66, 1) 5%, rgba(255, 255, 255, 0) 44%);
        border-radius: 50px;
    }

    .fade-img {
        margin-top: 50px;
    }


    .echipa_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .team-card {
        width: 100%;
    }


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

    .hidrocentrala-img {
        border-radius: 30px;
        margin-bottom: -120px;
    }

    .side-menu {
        display: none;
    }

    .btn-navigare {
        display: block;

    }


}

/*Mobile*/

@media only screen and (max-width: 600px) {

    .btn-navigare {
        display: block;

    }

    .oval2 {
        top: -240px;
        left: -110px;
        position: absolute;
        z-index: -2;
        width: 100%;
        max-width: 700px;
    }

    .oval3 {
        display: none;
    }

    .oval4 {
        top: -100px;
        left: -70px;
        position: absolute;
        z-index: -3;
        width: 60%;
        max-width: 700px;
    }

    .inner_footer {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .inner_footer div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

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

    .hero-text,
    .producer_header {
        text-align: center;
        font-size: 30px;
    }

    .gen_header {
        text-align: left !important;
        font-size: 30px;
    }

    .sub_header {
        text-align: center;
    }

    .line-portofoliu {
        width: 100%;
    }

    .gen_text {
        text-align: center;
    }

    .portofoliu-left {
        padding-right: 12px !important;
    }

    .just {
        text-align: justify;
    }

    .misiune-inner1,
    .misiune-inner2 {
        padding: 30px;
    }

    .just-2 {
        text-align: justify;
    }

    .echipa_grid {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0px;
    }

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

    .modal-body {
        width: 100%;
    }

    .modal_img {
        display: none !important;
    }

    .modal_grid {
        display: grid;
        grid-template-columns: 100%;
    }

    .modal-content {

        width: 80% !important;
        margin: 0 auto;
    }

    .abstract-oval {
        position: absolute;
        width: 120%;
        max-width: 900px;
        right: 0px;
        top: 0px;
        z-index: -2;
    }

    .anunt_text {
        text-align: left;
    }

    .oval5 {
        right: 0;
    }

    .oval6 {
        left: 0;
    }

    .tc {
        text-align: center !important;
        align-items: center;
        justify-content: center;
        line-height: 1.3em;
    }

    .single-post-desc {
        text-align: left;
        padding-bottom: 50px;
    }


    .gap-sp {
        width: 100%;

        padding-right: 0px !important;

    }

    .single-post-title {
        max-width: 100%;
    }

    .btt-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-left {
        text-align: left !important;
    }

    .furnizare-rounded {
        padding: 30px;
        border-radius: 20px;
    }

    .furnizare-header {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .footer {
        padding: 50px 0px !important;
        padding-bottom: 100px !important;
        background-color: #fff;
    }

    .gen-text {
        font-size: 17px;
    }

    .licenta-btn {
        font-size: 17px;
    }

    .accordion-button {
        font-size: 17px !important;
    }

    .no-underline {
        font-size: 16px;
    }

    .submenu-furnizare {
        margin-top: 5px !important;
    }

}