body {
    width: 100%;
    overflow-x: hidden;
}

.srb:lang(en-US) {
	display: none;
}
.eng:lang(sr-RS) {
	display: none;
}

.hero-section {
	background-image: 
  linear-gradient(173.09deg, rgba(0, 0, 0, 0.85) 23.41%, rgba(174, 174, 174, 0) 90%),
  url('/wp-content/uploads/2025/05/test-min.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 486px;
}

.bellow-hero-section {
    padding-top: 100px;
    padding-bottom: 60px;
}
.bellow-hero-inner-section {
    max-width: 95%;
    margin: auto;
}
.bellow-hero-inner-section h1, .bellow-hero-inner-section h2 {
    color: var(--custom-color-5);
    font-family: var(--global-font-family-manrope);
    font-weight: 300;
    font-size: 45px;
    line-height: 61px;
    text-transform: uppercase;
}
.bellow-hero-text-section {
    color: #797979;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    align-items: center;
    font-family: var(--global-font-family-manrope);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.bellow-hero-text-section p {
    margin: unset;
}
.bellow-hero-text-section .first-half-section, .bellow-hero-text-section .second-half-section {
    flex: 0 0 45%;
}
.bellow-hero-text-section .first-half-section {
    padding-right: 35px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.home-tender-cards {
    display: flex;
    padding: 0 10%;
    gap: 100px;
    margin-top: 100px;
    margin-bottom: 80px;
}
.home-tender-cards-title {
    flex: 0 0 30%;
}
.home-tender-cards-title h2 {
    font-family: var(--global-font-family-manrope);
    font-weight: 300;
    font-size: 45px;
    line-height: 61px;
    letter-spacing: 5px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}
.home-tender-cards-title p {
    font-family: var(--global-font-family-manrope);
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 5px;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 105px;
    display: flex;
}
.home-tender-cards-title .img-dots {
    width: 216px;
}

.home-tender-cards-cards {
    flex: 0 0 70%;
}
.form-collection {
    display: flex;
    justify-content: center;
    position: relative;
    width: 847px;
    height: 392px;
}
.card {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    width: 300px;
    position: absolute;
    top: 0;
    -webkit-transition: none;
    transition: none;
    width: 602px;
    height: 392px;
    border-radius: 10px;
    border: 0.5px solid #bfbfbf;
}
/* The first card will be fully visible and slightly cover the second */
.log-in-card {
    z-index: 1;
    left: 0px;
    background-color: #E4E4E4;
    cursor: pointer;
}
/* The second card will be slightly covered */
.sign-up-card {
    z-index: 2;
    left: 250px;
    background-color: #D3D3D3;
    cursor: pointer;
}
.card-body {
    padding: 20px;
    background-image: url("/wp-content/uploads/2024/11/Vector-4.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    padding-left: 42px;
    padding-top: 220px;
}
.card-body h3 {
    font-family: var(--global-font-family-manrope);
    font-weight: 700;
    font-size: 60px;
    line-height: 82px;
    color: var(--custom-color-5);
    margin: 0;
}
.card-body p {
    margin: 0;
    font-family: var(--global-font-family-manrope);
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    max-width: 200px;
}

/*accordion*/
.accordion-section {
    max-width: 90%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 120px;
}
.accordion-section h2 {
    color: var(--custom-color-5);
    font-family: var(--global-font-family-manrope);
    font-weight: 300;
    font-size: 45px;
    line-height: 61px;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 60px;
}
.accordion-inner-section {
	background: #F7F3EE;
  	border-radius: 24px 24px 0 0;
}
.accordion {
    background-color: transparent;
    color: #201E1F;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: var(--global-font-family-manrope);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    transition: 0.4s;
    border-radius: 0;
	border-bottom: 1px solid;
}
.accordion a img {
	margin-right: unset!important;
}
.sub-accordion {
    padding-left: 58px!important;
	border-bottom: 1px solid #797979;
}
.sub-sub-accordion {
    padding-left: 108px!important;
	border-bottom: 1px solid #797979;
}
.active, .accordion:hover {
    background-color: transparent; 
}   
.phase-first .accordion:after,
.phase-second .accordion:after {
	display: none;
}
.phase-first .accordion .active:after,
.phase-second .accordion .active:after {
	display: none;
}
.accordion:after {
    content: url('/wp-content/uploads/2024/12/Vector-39-1.svg');
    color: #777;
    font-weight: bold;
    float: right;
    width: 16px;
    height: 8px;
}
.accordion-section .active:after {
    content: url('/wp-content/uploads/2024/12/Vector-39.svg');
    width: 16px;
    height: 8px;
}
.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.panel p {
    color: #201E1F;
    font-family: var(--global-font-family-manrope);
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    border-bottom: 1px solid #cbcbcb;
    margin: 0;
    padding: 16px 0 16px 60px;
}
.sub-accordion + .panel p {
    padding-left: 108px!important;
}
.sub-accordion +.panel > p {
	color: #201E1F;
	font-weight: 300;
}
.sub-sub-accordion + .panel p {
    padding-left: 152px!important;
}
.sub-sub-accordion + .panel > p {
    color: #201E1F;
	font-weight: 300!important;
	font-size: 16px!important;
	line-height: 100%!important;
}

.bellow-hero-section-next-one {
    padding-top: unset;
}
.bellow-hero-section-next-one h2 {
    margin-top: unset;
}


/*ESG sekcija*/
.esg_row{
    display:flex;
    max-width: 1140px;
    margin: auto;
    padding-bottom: 60px;
}
.esg_column_enviromental{
    background-color: #C2D7E0;
    padding:30px;
    display:flex;
    align-items: center;
}
.esg_column_social{
    background-color: #E4DACC;
    padding:30px;
    display:flex;
    align-items: center;
}
.esg_column_governance{
    background-color: #053A40;
    padding:30px;
    display:flex;
    align-items: center;
}
.esg_column_enviromental .esg_h2{
    color:#053A40;
    font-family: var(--global-font-family-manrope);
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}
.esg_column_social .esg_h2{
    color:#C7B9A5;
    font-family: var(--global-font-family-manrope);
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}
.esg_column_governance .esg_h2{
    color:#F36211;
    font-family: var(--global-font-family-manrope);
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.big_letter{
display: grid;
justify-items: center;
    /*min-width:200px;*/
}
.esg_read_more{
    margin-top: 40px;
    padding:0;
    border:none;
    color:white;
}
.esg_content, .esg_content_2{
    display: none !important;
}
.esg_column_enviromental.active .esg_content, .esg_column_enviromental.active .esg_content_2 {
    color:#535353;
    border-left: 3px solid #000; 
    font-family: var(--global-font-family-manrope);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left:30px; 
    margin-left:30px;
    display: block !important;
}
.esg_column_social.active .esg_content, .esg_column_social.active .esg_content_2 {
    color:#000;
    border-left: 3px solid #000; 
    font-family: var(--global-font-family-manrope);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left:30px; 
    margin-left:30px;
    display: block !important;
}
.esg_column_governance.active .esg_content, .esg_column_governance.active .esg_content_2 {
    color:#fff;
    border-left: 3px solid #fff; 
    font-family: var(--global-font-family-manrope);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left:30px; 
    margin-left:30px;
    display: block !important;
}
.esg_column.active, .esg_column_2.active {
/*     border: 3px solid white; */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.esg_column.inactive, .esg_column_2.inactive {
    opacity: 0.7;
}

.image_big_letter {
    height: 50px;
}

@media only screen and (max-width: 949px){
.esg_desktop{
    display:none;
}
}
@media only screen and (min-width: 950px){
.esg_mobile{
    display:none;
}
}
.big_letter_mobile{
    width: 50px;
    margin-right: 25px;
}
.esg_mobile .elementor-accordion-icon.elementor-accordion-icon-right {
margin-top: 19px;
}
.esg_mobile .elementor-accordion-title{
    display: flex;
  align-items: center;
}
.esg_mobile .elementor-accordion-item:nth-child(1){
    background-color: #C2D7E0;
}
.esg_mobile .elementor-accordion-item:nth-child(2){
    background-color: #E4DACC;
}
.esg_mobile .elementor-accordion-item:nth-child(3){
    background-color: #053A40;
}
.esg_mobile .elementor-accordion .elementor-tab-title {
padding: 30px 30px 30px 40px;
}
.esg_mobile .elementor-active {
background: transparent !important;
  backdrop-filter: none;
}
.esg_mobile .fas{
    font-size:30px;
}
.esg_mobile .elementor-tab-content {
border-top: none !important;
}



/*flickity carousel*/
.carousel {
    background: transparent;
    margin-left: 10%;
	display: none;
}
.mobile-cell .carousel-cell {
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 15px;
}
.carousel-cell {
    width: 275px;
}
.carousel-cell-inner {
    margin-right: 10px;
    background: #E4DACC;
    border-radius: 5px;
    counter-increment: carousel-cell;
    display: flex;
    padding: 0 20px 45px 20px;
}
.carousel-cell button {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    position: absolute;
    left: -7px;
    border: none;
    background-color: #fff;
}
.carousel-cell button span {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    font-family: var(--global-font-family-manrope);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #535353;
    display: inline-block;
}
.carousel-cell button + div {
    margin-top: 50px;
    width: 100%;
}
.carousel-cell button + div + div {
    margin-top: 15px;
    width: 20%;
}
.carousel-cell button + div p {
    font-family: var(--global-font-family-manrope);
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #535353;
}
.carousel-cell button + div + div img {
    max-width: unset!important;
}
.slider-area {
    width: 100%;
    position: relative;
    background-color: var(--custom-color-5);
    padding-top: 45px;
    padding-bottom: 115px;
}
.slider-area h2 {
	width: 90%;
    color: #fff;
    font-family: var(--global-font-family-manrope);
    font-weight: 300;
    font-size: 45px;
    line-height: 61px;
    margin-bottom: 63px;
    margin-top: 0;
    text-transform: uppercase;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.slider-area .flickity-viewport {
    background: transparent;
}
.slider-area .flickity-viewport .flickity-slider {
    left: -11%!important;
}
.slider-area .flickity-prev-next-button {
    z-index: 3;
    visibility: hidden;
    display: none;
}
.slider-area .flickity-prev-next-button.previous:after {
    content: url("/wp-content/uploads/2024/12/Group-1000001817.svg");
    visibility: visible;
}
.slider-area .flickity-prev-next-button.next:after {
    content: url("/wp-content/uploads/2024/12/Group-1000001818.svg");
    visibility: visible;
}
.slider-area .flickity-prev-next-button.next {
    right: 82%;
    top: 85%;
}
.slider-area .flickity-prev-next-button.previous {
    top: 85%;
    left: 37px;
}

#phase3 + .bellow-hero-text-section .first-half-section {
	flex: unset;
	border-right: unset;
}


/*mobilus*/
@media only screen and (max-width: 767px) {
	.bellow-hero-section {
		padding-top: 30px;
		width: 90%;
		margin: auto;
	}
	.bellow-hero-text-section {
		flex-direction: column;
		padding-left: 0;
	}
	.bellow-hero-text-section .first-half-section {
		border-right: none;
	}
	.esg_row {
		flex-direction: column;
		max-width: 100%;
	}
	.esg_column_enviromental.active .esg_content, .esg_column_enviromental.active .esg_content_2, .esg_column_social.active .esg_content, .esg_column_social.active .esg_content_2, .esg_column_governance.active .esg_content, .esg_column_governance.active .esg_content_2 {
		font-size: 14px;
  		line-height: 18px;
	}
}