@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');


/*
Theme Name: Ropower 
Author: George Neagu
Description: Custom developed theme for RoPower Nuclear
Version: 10
Tested up to: 8.4
Requires PHP: 8.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 */

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* Vars */
:root {
    --general-blue: #196AB4;
    --link-blue: #3A78F9;
    --text-dark: #102433;
    --bg-dark-blue: #12264F;
}

/* Utilities */

.spacer {
    padding-top: 100px;
}

/* Ropower styles */

.container {
    max-width: 1600px !important;
    margin: 0 auto;
    padding: 0 50px !important;
}

#hero {
    background-image: url('assets/hero-bg.png');
    background-position: left center;
    background-size: cover;
}

#hero-2 {
    background-image: url('assets/hero-integritate.png');
    background-position: left center;
    background-size: cover;
    min-height: 60vh;
}

#hero-3 {
    background-image: url('assets/hero-3.png');

    background-position: left center;
    background-size: cover;
    min-height: 60vh;
}

.day {
    background-color: #fff;

}

/* Menu styles */

.menu-item>a {
    color: #fff !important;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-underline-offset: 2px;
}

.menu-item:hover>a {
    text-decoration: underline;
}

.dropdown-menu {
    background-color: unset !important;
    border: unset !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: -0.875rem !important;
}

.dropdown-item:hover {
    color: unset;
    background-color: #e9ecef;
}

.dropdown-item {
    background-color: #fff !important;
    margin-bottom: 5px !important;
}

.dropdown-item>span {
    color: var(--text-dark) !important;
}

.logo {
    max-width: 205px;
}

#nav-wrapper {
    padding-top: 50px;
    position: absolute;
}

.inner-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.navbar-toggler {
    top: 0;
    right: 0;
    position: absolute;
}

.current-menu-item>a {
    font-weight: 700;
}

.dropdown-item {
    color: var(--text-dark) !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.dropdown-item:hover {
    background-color: #f2f2f2;
    color: var(--general-blue) !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-title {
    color: #fff;
    font-size: 36px;
}

#hero {
    padding-top: 220px;
    padding-bottom: 70px;
}

#hero-2 {
    padding-top: 220px;
    padding-bottom: 70px;
}

#hero-3 {
    padding-top: 220px;
    padding-bottom: 70px;
}

.hero-sub {
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 1px;
    opacity: 0.8;
}

.hero-more {
    color: #fff;
    background-color: var(--general-blue);
    font-size: 13px;
    margin-top: 40px;
    padding: 8px 20px;
    border-radius: 30px;
    border: none;
    text-align: center;
    cursor: pointer;
    width: 218px;
    position: relative;
    transition: all 0.3s ease-in;
}

.hero-arrow {
    width: 25px;
    height: 25px;
    fill: var(--general-blue);
    position: absolute;
    top: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.hero-more:hover {
    background-color: #fff;
    color: var(--general-blue);
    transition: all 0.3s ease-in;
}

.hero-more:hover .hero-arrow {
    visibility: visible;
    margin-left: 10px;

    transition: all 0.3s ease-in;
}

.section-name-sm {
    color: var(--text-dark);
    font-size: 20px;
    letter-spacing: 9px;
}

.left-side {
    padding-left: 30px;
}

.tehnologia {
    padding: 100px 0px;
}

.tehnologia-header {
    padding-top: 30px;
    font-size: 2rem;
    color: var(--text-dark);

}

.right-side {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 550px;
    padding-left: 50px;
}

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

.tech-2 {
    padding: 100px 0px;
    background-color: #E2EBFF;
    margin-top: 150px;
}

.col-details {
    padding: 20px;
    padding-bottom: unset;
}

.col-title {
    font-size: 20px;
    color: var(--text-dark);
    line-height: 1.2em;
    padding-bottom: 20px;
    min-height: 62px;

}

.negative-margin {
    margin-top: -250px;
}

.blog-more {
    margin-top: unset;
}

.left-side-blog {
    display: flex;
    align-items: center;
}

.right-side-blog {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section-header {
    margin-bottom: 60px;
}

.blog-col-title {
    font-size: 17px;
    padding-bottom: 20px;
}

.col-details-blog {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: unset;
}

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

.article-more {
    display: flex;
    font-size: 14px;
    color: var(--link-blue);
    text-decoration: none;
    padding-top: 20px;
}

.blog-arrow {
    width: 20px;
    margin-left: 10px;
    fill: var(--link-blue);
}

.dece-bg {
    background-color: #E2EBFF;
    padding: 110px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.centered-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.dece-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 40px;
    max-width: 1000px;
}

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

.ce-title {
    margin-top: 40px;
}

.dece-svgs {
    max-height: 100px;
}

.min-h-element {
    min-height: 153px;
}



.momente {
    padding-top: 100px;
    padding-bottom: 100px;
}

.black-box {
    background-color: var(--text-dark);
    margin-left: 100px;
    margin-right: 100px;
    padding: 50px;
    margin-bottom: -100px !important;
    z-index: 100;
    position: relative;
}

.momente-text {
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

.building-bg {
    background-image: url('assets/building.png');
    min-height: 80vh;
    background-size: contain;
}

.centered-headerv2 {
    margin-bottom: 60px;
    text-align: center;
}

.slide-item {
    background-color: var(--general-blue);
    padding: 57px;
}

.year {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px !important;
    display: block;
}

.text-fff {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    opacity: 1;
    min-height: 120px;

}

.year-btn {
    color: var(--text-dark);
    font-size: 16px;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 30px;
}

.year-btn:hover {
    color: #fff;
    outline: 2px;
    background-color: var(--general-blue);
    border-radius: 30px;
    transition: all 0.2s ease-in;
}

.islide .slide-item {
    margin: 0 10px;
}

.slick-prev,
.slick-next {
    z-index: 10 !important;
    color: #196AB4 !important;
    font-size: 30px !important;
}

.slick-prev::before,
.slick-next::before {
    color: #196AB4 !important;
    font-size: 30px !important;
}

.slick-next:before,
.slick-prev:before {
    margin-left: -5px !important;
}

.islide {
    margin: 0 -10px;
}

.years-dispaly {
    display: flex;
    padding-bottom: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.slick-current {
    background-color: #fff;
    border-radius: 30px;
    transition: all 0.5s ease-in;
    color: #0a5395 !important;
    outline: 2px solid #0a5395;
    margin-top: 10px;
    margin-bottom: 10px;

}

.slick-track {
    padding: 40px 0px;
}

.slick-current h3 {
    color: #0a5395;
}

.slick-current p {
    color: #0a5395;
}

.slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.year-select {
    display: none;
}

#year-select {
    display: none;
}

.slide-item>img {
    border-radius: 30px;
}

.col {
    flex-direction: column;
}

.text-dark {
    opacity: 1;
    color: var(--text-dark);
}

.well {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.well img {
    width: 120px;
}

.well p {
    padding: 25px;
}

.well-left {
    margin-top: -250px;
}

.well-right {
    margin-top: -100px;
}

.staggered {
    padding-top: 30px;
    padding-bottom: 100px;
}

.well-top {
    align-items: flex-start;
}

.ppl-txt {
    padding-top: 0px !important;
}

.fff {
    color: #fff;
}

.cariere-header {
    padding: 50px 0px;
}

.cariere {
    background-image: url('assets/cariere-bg.png');
    background-size: cover;
    padding: 100px 0px;
    background-position: center;
}

.cariere-more {
    background-color: #fff;
    color: var(--general-blue);
    font-size: 13px;
    margin-top: 30px;
    border: unset;
    padding: 10px 40px;
    border-radius: 30px;
    position: relative;
}

.cariere-more:hover .cariere-arrow {
    visibility: visible !important;
    fill: var(--general-blue);
}

.cariere-arrow {
    fill: var(--general-blue);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 11px;
    margin-left: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.map {
    width: 100%;
}

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

.contact-box {
    width: 70%;
    padding: 40px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-text {
    color: var(--text-dark);
    font-size: 20px;
}

.contact {
    background-color: #12264F;
    padding: 100px 0px;
}

.social-well {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.social {
    width: 28px !important;
}

.sm-adress {
    padding-top: 20px;
    font-size: 15px;
    opacity: 50% !important;
    color: #000000 !important;
}

.copy {
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.sm-adress a {
    text-decoration: none;
    opacity: 90% !important;
    color: #000000 !important;
}

.contact-det {
    opacity: 50% !important;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.form-row p {
    width: 100%;
}

.form-col {
    flex: 1;
    min-width: 200px;
}

.flex-it {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.customheight {
    height: 90px !important;
}

.wpcf7-submit {
    float: right;
}

textarea,
input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    font-size: 15px;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.align-right {
    justify-content: flex-end;
}

input[type="submit"].btn-blue {
    background-color: var(--general-blue);
    color: white;
    border: none;
    padding: 7px 40px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
}

input[type="submit"].btn-blue:hover {
    background-color: #125ea8;
}

.hide-desktop {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: none;
}

.hide-sm {
    display: block !important;
}

.article-img {
    width: 100% !important;
}

.title-avertizor {
    color: var(--general-blue);
}

.text-avertizor {
    max-width: 400px;
}

.nereguli-grid-1 {
    display: grid;
    grid-template-columns: 24% 20% 25% 30%;
    gap: 1%;
}

.nereguli-grid-2 {
    padding-top: 10px;
    display: grid;
    grid-template-columns: 19% 19% 24% 19% 17%;
    gap: 1%;
}

.grid-el {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nereguli {
    padding-top: 50px;
}

.grid-el-text {
    color: #13142C;
    font-family: "Poppins", sans-serif;
}

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

.max-w-700 {
    max-width: 700px;
    text-align: center;
    padding: 25px 0px;
    font-family: "Poppins", sans-serif;
}

.blue-bg {
    background-color: #196AB4;
}

.avertizor-header {
    color: #fff;
    font-size: 2.5em;
    text-align: center;

}

.white-border {
    max-height: 450px;
}

.blue-grid {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.blue-grid-el-title {
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.blue-grid-el-text {
    padding-top: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.lightblue-grid-el {
    background-color: #D3F4FF;
    padding: 20px;
}

.p-space {
    padding-top: 30px;
}

.info {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 30px;
}

.info-icon {
    max-width: 60px;
    margin-right: 20px;
}

.info-text {
    font-size: 20px;
}

#accordionExample {
    margin-top: 20px;
}

.accordion-item {
    background-color: #368ACA !important;
    border: unset !important;
    margin-top: 10px !important;
}

.accordion-button {
    background-color: #368ACA !important;
    color: #fff !important;
    font-size: 18px !important;
}

.accordion-body {
    background-color: #fff !important;
    border: 2px solid #368ACA !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.colapse-texts {
    font-size: 16px;
    color: #13142cab;
}

.colapse-ul {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #13142C;
    font-weight: 500;
}

/* form integritate */

.integritate-form-holder {
    border: 3px solid #368ACA;
}

.form-header {
    padding: 30px;
    color: #fff;
    text-align: center;
    background-color: #368ACA;
    font-size: 25px;
}

.inner-form {
    padding: 20px;
    background-color: #fff;
}

.form-bottom {
    padding: 20px;
}

.form-text-1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 13px;
    opacity: 90%;
    padding-bottom: 20px;
}

.form-text-2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;

}

.integritate-form-holder {
    background-color: #368ACA;
}

#wpcf7-f74-o1>form>div.form-bottom>div>p>input {
    color: #368ACA;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
}

#wpcf7-f94-o1>form>div.form-bottom>div>p>input {
    color: #368ACA;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
}

.filetypes {
    font-weight: 400;
}

#wpcf7-f74-o1>form>div.inner-form>div:nth-child(11)>p:nth-child(2)>span>input {
    border: unset !important;
}

#wpcf7-f74-o1>form>div.inner-form>div:nth-child(11)>p:nth-child(2)>span>input {
    padding: 15px;
    padding-left: 40px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    border-radius: 30px;
    border: 2px solid #368ACA !important;
    width: 310px;
}

#wpcf7-f94-o1>form>div.inner-form>div:nth-child(11)>p:nth-child(2)>span>input {
    border: unset !important;
}

#wpcf7-f94-o1>form>div.inner-form>div:nth-child(11)>p:nth-child(2)>span>input {
    padding: 15px;
    padding-left: 40px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    border-radius: 30px;
    border: 2px solid #368ACA !important;
    width: 310px;
}

.wpcf7-tel {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    font-size: 15px;
}

.dateled {
    opacity: 80%;
}

.datele2 {
    color: #13142C;
    opacity: 80%;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.label-form {
    color: #13142C;
    font-size: 15px;
    opacity: 80%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
}

#wpcf7-f74-o1>form>div.inner-form>div>p>span>input {
    background-color: #DFDFDF;
    border-radius: unset;
    border-bottom: 3px solid #368ACA;
    margin-bottom: 20px;
}

#wpcf7-f74-o1>form>div.inner-form>div:nth-child(10)>p:nth-child(2)>span>textarea {
    background-color: #DFDFDF;
    border-radius: unset;
    border-bottom: 3px solid #368ACA;
}

#wpcf7-f94-o1>form>div.inner-form>div>p>span>input {
    background-color: #DFDFDF;
    border-radius: unset;
    border-bottom: 3px solid #368ACA;
    margin-bottom: 20px;
}

#wpcf7-f94-o1>form>div.inner-form>div:nth-child(10)>p:nth-child(2)>span>textarea {
    background-color: #DFDFDF;
    border-radius: unset;
    border-bottom: 3px solid #368ACA;
}

.selectedh {
    padding-top: 20px;
}

#file-upload-button {
    background-color: #fff !important;
}

.lege {
    text-decoration: underline;
    color: #fff;
}

.blue-bar {
    width: 100%;
    height: 35px;
    background-color: #368ACA;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.board-img {
    width: 80%;
    margin: 0 auto;
    z-index: 22;
    position: relative;
}

.board-info {
    padding: 35px;
    padding-bottom: 0px;
}

.position {
    font-size: 24px;
    color: #196AB4;
    line-height: 1.3em;
}

.portrait {
    position: relative;
}

.gradient-board {
    background: #D3F4FF;
    background: linear-gradient(0deg, rgba(211, 244, 255, 1) 27%, rgba(255, 255, 255, 1) 85%);
    padding-top: 0px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.board-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.board-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.board-right-inner {
    padding: 50px;
    padding-bottom: 0px;
}

/* desktop */
@media (max-width: 1200px) {
    .board-left {

        align-items: center;

    }

}

@media (max-width: 1150px) {
    .contact-box {
        width: 90%;
    }

    .tehnologia-header {
        font-size: 2rem;
    }

    .slide-item {
        padding: 20px;
    }

}

@media (max-width: 1350px) {
    .slide-item {
        padding: 20px;
    }

    .momente-text {
        font-size: 1.3rem;
    }

}


/* mobil */

@media (max-width: 991px) {
    .position {
        font-size: 20px;
    }

    .board-right-inner {
        padding: 20px;
        padding-bottom: 0px;
    }

    .board-left {

        align-items: flex-start;

    }

    #themanagement {
        font-size: 21px;
    }

    .well-right {
        margin-top: unset;
    }


    .flex-it {
        display: flex;
        ;
        flex-direction: column;
        gap: 1px;
    }

    .social-well {
        align-items: center;
        padding-bottom: 30px;
    }

    .contact-box {
        width: 100%;
    }

    .cariere-header {
        padding: 35px 0px;
    }

    .cariere-more {
        font-size: 13px;
        margin-top: 30px;
        padding: 10px 23px;
    }

    .momente {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .cariere {
        padding: 50px 0px;
    }

    .staggered {
        padding: 0px 0px 50px 0px;
    }

    .ppl-txt {
        padding-top: 35px !important;
    }

    .well p {
        text-align: center;
        padding-left: unset;
        padding-right: unset;
    }

    .well img {
        width: 115px;
    }

    .well-top {
        align-items: center;
    }

    .well {
        flex-direction: column;
        padding-top: 0px !important;
    }

    .well-left {
        margin-top: unset;
    }

    .col {
        padding-top: 20px;
    }

    .year-btn {
        font-size: 16px;
    }

    .year-select {
        display: block;
    }

    #year-select {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 50px;
    }

    .years-dispaly {
        display: none;
    }

    .year {
        font-size: 1.2rem;
    }

    .dece-bg {
        padding: 60px 30px;
    }

    .centered-header {
        margin-bottom: 50px;
    }

    .dece-grid {
        grid-template-columns: auto auto;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .hide-sm {
        display: none;
    }

    .negative-margin {
        margin-top: -200px;
    }

    .tech-2 {
        padding-bottom: 20px;
        margin-top: 100px;
    }

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

    .col-details {
        padding-bottom: 35px;
        padding-left: unset;
        padding-right: unset;
    }

    .col-title {
        min-height: unset;
        font-size: 20px;
    }

    .tehnologia {
        padding: 50px 0px;
    }

    .left-side {
        padding-left: unset;
    }

    .right-side {
        padding-left: unset;
        max-width: unset;
        margin-top: 20px;
    }

    .menu-item>a {
        color: var(--text-dark) !important;
        padding: 0.75rem 1rem;
        display: block;
        background-color: #fff;
    }

    .dropdown-menu {
        background-color: transparent !important;
        box-shadow: none;
    }

    .dropdown-item {
        padding-left: 1.5rem;
    }

    #mainNavbar {
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .navbar {
        position: unset !important;
    }

    .navbar-toggler-icon {
        width: 1.7em !important;
    }

    .navbar-toggler {
        top: 20px;
        right: 5px;
        position: absolute;
    }

    #nav-wrapper {
        padding-top: 30px;
    }

    .logo {
        max-width: 135px;
    }

    .navbar-nav {
        background-color: #fff;
        padding: 20px !important;
    }

    .container {
        padding: 0 20px !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: unset !important;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-sub {
        font-size: 13px;
    }

    .hero-more {
        margin-top: 30px;
    }

    #hero {
        padding-top: 170px;
        padding-bottom: 50px;
    }

    .hero-more {
        color: #fff;
        background-color: var(--general-blue);
        font-size: 13px;
        padding: 10px 0px;
        border-radius: 30px;
        border: none;
        text-align: center;
        cursor: pointer;
        width: 200px;
        position: relative;
        transition: all 0.3s ease-in;
    }

    #mainNavbar {
        z-index: 100;
    }

    .tehnologia-header {
        font-size: 26px;
    }

    .momente-text {
        font-size: 1.1rem;
    }

    .text-fff {
        font-size: 16px;
    }

    #hero {
        background-image: url('assets/hero-sm.png');
        background-position: left center;
        background-size: cover;
    }

    .nereguli-grid-1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .nereguli-grid-2 {
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .avertizor-header {
        font-size: 1.8em;
    }

    .blue-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

}

/* laptop */

@media (max-width: 600px) {

    .nopad {
        padding-left: 0px !important;
        padding-right: 0px !important;
        overflow-x: hidden !important;
    }

    .wpcf7-submit {
        float: left;
    }

    .black-box {
        padding: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: -30px !important;
    }

    .dece-bg {
        padding: 60px 0px;
    }

    .dece-grid {
        grid-template-columns: auto;
    }

    .min-h-element {
        min-height: unset;
    }

    .dece-svgs {
        max-height: 110px;
    }

    .blue-on-mobile {
        background-color: #E2EBFF;
    }

    .contact {
        background-color: #12264F;
        padding: 50px 0px;
    }

    .sm-adress {
        font-size: 15px;
    }

    .hide-desktop {
        display: block;
    }

    .contact-box {
        padding: 20px;
    }

    .map {
        margin-bottom: -3px;
    }

    .hide-sm {
        display: none !important;
    }

    .nereguli-grid-1 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .nereguli-grid-2 {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .avertizor-header {
        font-size: 1.3em;
    }

    .blue-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .blue-grid-el-title {
        font-size: 18px;
    }

    .info {
        flex-direction: column;
    }

    .info-text {
        padding-top: 10px;
        text-align: center;
    }

    .info-icon {
        margin-right: unset;
    }

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

    .colapse-texts {
        font-size: 15px;
    }

    .integritate-form-holder {
        margin-top: 50px;
    }

    .form-header {
        padding: 20px;
        color: #fff;
        text-align: center;
        background-color: #368ACA;
        font-size: 18px;
    }

    #wpcf7-f74-o1>form>div.inner-form>div:nth-child(11)>p:nth-child(2)>span>input {
        padding: 5px 15px;
        padding-left: 18px;
        background-color: #fff;
        font-family: "Poppins", sans-serif;
        border-radius: 30px;
        border: 2px solid #368ACA !important;
        width: 100%;
    }

    #wpcf7-f74-o1>form>div.form-bottom>div>p>input {
        margin-top: 15px;
    }

    #wpcf7-f94-o1>form>div.inner-form>div:nth-child(11)>p:nth-child(2)>span>input {
        padding: 5px 15px;
        padding-left: 18px;
        background-color: #fff;
        font-family: "Poppins", sans-serif;
        border-radius: 30px;
        border: 2px solid #368ACA !important;
        width: 100%;
    }

    #wpcf7-f94-o1>form>div.form-bottom>div>p>input {
        margin-top: 15px;
    }

    .form-bottom {
        padding-bottom: 5px;
    }

    .max-w-700 {
        padding-bottom: 0px;
    }

    .nereguli {
        padding-top: 25px;
    }

    #hero-3 {
        background: #D3F4FF;
        background: linear-gradient(0deg, rgba(211, 244, 255, 1) 27%, rgba(255, 255, 255, 1) 85%);
    }

    #hero-2 {
        background: #D3F4FF;
        background: linear-gradient(0deg, rgba(211, 244, 255, 1) 27%, rgba(255, 255, 255, 1) 85%);
    }
}

.lang-item {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
}

/* mobile */

.bi-arrow-right-short {
    display: none !important;
}

.navbar {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}