:root{
    --primary-color: #339999;
    --secondary-color: #003333;
    --text-color: #242627;
    --primary-font: 'Figtree', serif;
    --secondary-font: "Montserrat", sans-serif;
}
html {
    overflow-x: hidden;
}
/*-----------------------------
         COLORS            
-----------------------------*/

.text-color{
    color: var(--text-color);
}

p, ul, label{
    color: var(--text-color) !important;
}
a{
    color: #003333;
}
a:hover{
    color: #339999;
}
.primary-color{
    color: var(--primary-color) !important;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.bg-white {
    background-color: #ffffff;
}
.bg-white-transparent {
    background-color: rgba(255,255,255, 0.85);
}
.bg-light-green {
    background-color: #F2F8F7;
}
/*-----------------------------
         TYPOGRAPHY            
-----------------------------*/
p {
    font-family: var(--primary-font);
}
span {
    font-family: var(--primary-font);
}
p {
    font-size: 1.2rem;
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--primary-font);
} 
label {
    font-family: var(--primary-font);
}
li {
    font-size: 1.2rem;
}
.primary-font{
    font-family: var(--primary-font);
}
.fw-800{
    font-weight: 800 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-600{
    font-weight: 600;
}
.fw-400{
    font-weight: 400;
}
.fw-300{
    font-weight: 300;
}
.fs-2r {
    font-size: 2rem;
}
.fs-24{
    font-size: 24px;
}
.fs-20{
    font-size: 20px;
}
.fs-16{
    font-size: 16px;
}
.fs-14{
    font-size: 14px;
}
.text-justify {
    text-align: justify;
}
.lh-115 {
    line-height: 1.15;
}
.lh-75 {
    line-height: 1;
}

mark.has-inline-color {
    padding: 0!important;
}
p.green-col {
    color: #339999!important;
}
/*-----------------------------
        BUTTONS            
-----------------------------*/
.btn-primary {
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    color: #ffffff!important;
    border-radius: 16px;
}
.btn-primary a {
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    color: #ffffff!important;
    text-decoration: none;
}
a.btn-primary {
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    color: #ffffff!important;
    text-decoration: none;
}

a.ss-btn {
    font-size: 1.2rem;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

/*-----------------------------
        SPACING            
-----------------------------*/
.pb-96 {
    padding-bottom: 96px !important;
}
.pb-64 {
    padding-bottom: 64px !important;
}
.mw-960 {
    max-width: 960px;
}
.mw-890 {
    max-width: 890px;
}
.mw-275 {
    max-width: 275px;
}
.mw-325 {
    max-width: 325px;
}
.mw-485 {
    max-width: 485px;
}
.mw-580 {
    max-width: 580px;
}
.mw-600 {
    max-width: 600px;
}
.mrt-200 {
    margin-top: -200px!important;
}
figure.wp-block-image img {
    margin-bottom: 0!important;
}
.mnh-250 {
    min-height: 250px;
}
.mnw-64 {
    min-width: 64px;
}
.h-600 {
    height: 600px;
}.h-400 {
    height: 400px;
}
.h-300 {
    height: 300px!important;
}
.eu4psd-hero {
    min-height: 600px;
}
/*-----------------------------
        BORDERS / BOXES           
-----------------------------*/
.bor-32 {
    border-radius: 32px
}
.bor-16 {
    border-radius: 32px
}
.bor-16 img {
    border-radius: 32px
}
.prog-box {
    border-radius: 35px;
    background: #FFF;
    box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.25);
}
.box-img img {
    margin-bottom: 0px!important;
}

.bt-2 {
    border-top: 2px solid #339999;
}

.bb-2 {
    border-bottom: 2px solid #339999;
}
.box-wrap {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.svet-box {
    padding: 2rem;
    border-radius: 32px;
    border: 1px solid rgba(51, 153, 153, 0.40);
}
/*-----------------------------
        CUSTOM LISTS          
-----------------------------*/
.custom-list {
    list-style: none; /* Uklanja standardne bullet tačke */
    padding-left: 0;  /* Uklanja lijevi razmak */
    font-size: 1.2rem;
}
.custom-list li {
    position: relative;
    padding-left: 24px; /* Dodaje razmak za sliku */
    margin-bottom: 0.5rem;
}
.custom-list li::before {
    content: "";
    background-image: url('https://digigreen.ba/wp-content/uploads/2025/03/custom-list-bullet-1.svg'); /* Zamijeni sa URL-om tvoje slike */
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px; /* Prilagodi veličinu slike */
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    margin-top: 3px;
}
.custom-list-check {
    list-style: none; /* Uklanja standardne bullet tačke */
    padding-left: 0;  /* Uklanja lijevi razmak */
    font-size: 1.2rem;
}
.custom-list-check li {
    position: relative;
    padding-left: 32px; /* Dodaje razmak za sliku */
    margin-bottom: 0.5rem;
}
.custom-list-check li::before {
    content: "";
    background-image: url('https://digigreen.ba/wp-content/uploads/2025/03/check-full-icon.svg'); /* Zamijeni sa URL-om tvoje slike */
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px; /* Prilagodi veličinu slike */
    height: 24px;
    position: absolute;
    left: 0;
    top: 5px;
    margin-top: 0px;
}
.line-list {
        border-left: 4px solid #339999;
        margin-left: 16px;
    }

/*-----------------------------
        ACCORDION          
-----------------------------*/
.accordion-button:not(.collapsed) {
    color: #1D1F1E;
    background-color: #DFF1F0;
} 
.accordion-body {
    background-color: #F2F8F7;
}
.accordion-button::after {
    filter: invert(52%) sepia(47%) saturate(452%) hue-rotate(134deg) brightness(95%) contrast(95%)!important;
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
/*-----------------------------
        HEADER            
-----------------------------*/
.wpml-ls-legacy-dropdown a {
    border: 0;
    padding-left: 0;
    padding-right: 20px !important;
    font-size: 18px;
    color: var(--primary-color);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0 !important;
    background-image: url(../images/arrow-down.svg);
    background-size: contain;
    width: 16px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
}
.navbar-toggler {
    border-radius: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.wpml-ls-legacy-dropdown {
    width: auto !important;
}
.navbar {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 1.4rem 0;
}
.wpml-ls-legacy-dropdown a span {
    font-family: var(--secondary-font);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #000;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown a:hover {
    background: #fff !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0 !important;
}
.toggle-icon + span {
    bottom: -14px;
    left: 50%;
    font-size: 12px;
    font-weight: 700;
    transform: translateX(-50%);
    color: #000;
    font-family: var(--secondary-font);
}
span.toggle-icon img {
    min-width: 32px;
}
.offcanvas-fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/menu-background.webp");
    background-position: bottom;
    background-size: cover;
}
.offcanvas-fullscreen .offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.offcanvas-fullscreen .navbar-nav .nav-link {
    font-size: 24px;
    padding: 0;
    line-height: 1;
    position: relative;
}
.offcanvas-fullscreen .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.offcanvas-fullscreen .navbar-nav {
    width: 50%;
    background: rgb(0 0 0 / 60%);
    padding: 120px 100px;
}
.offcanvas-header  {
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 9;
}
.offcanvas-header .btn-close {
    filter: invert(1) brightness(1000%);
    opacity: 1 !important;
    border: 3px solid #000 !important;
    border-radius: 50%;
    font-size: 24px;
    padding: 1.23rem;
}
.nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-size: 32px !important;
    font-weight: 700;
    letter-spacing: 0.05rem;
}
.navbar-nav li:nth-child(2) .nav-link,
.navbar-nav li:nth-child(3) .nav-link {
    color: #BEF264 !important;
}
.navbar-nav .dropdown-menu {
    background-color: transparent !important;
    padding-left: 32px;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-item {
    color: #fff !important;
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    text-wrap: auto;
    line-height: 1.1;
}
.navbar-nav .nav-item {
    margin-bottom: 32px;
}
.navbar-nav .dropdown-menu .nav-item {
    margin-bottom: 24px;
}
.navbar-nav .dropdown-menu .nav-item:last-child,
.navbar-nav .nav-item:last-child {
    margin-bottom: 0;
}
.navbar-nav .dropdown-menu .nav-item:first-child {
    margin-top: 32px;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    background-color: transparent !important;
}
.dropdown-toggle::after {
    border: 0 !important;
    background-image: url(../images/arrow-down-green.svg);
    background-size: contain;
    width: 22px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    position: absolute;
}
.menu-btn a,
nav.menu-successmenu-container li:last-child a {
    background-color: var(--primary-color);
    /* text-transform: capitalize; */
    border-radius: 200px;
    padding: 15px 60px 15px 30px !important;
    max-width: 210px;
    font-size: 18px !important;
    font-family: var(--primary-font);
}
.menu-btn a:after,
nav.menu-successmenu-container li:last-child a:after {
    content: "";
    background-image: url(../images/ArrowCircleRight.svg);
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
}
nav.menu-successmenuen-container li:last-child a {
    background-color: var(--primary-color);
    text-transform: capitalize;
    border-radius: 200px;
    padding: 15px 60px 15px 30px !important;
    max-width: 180px;
    font-size: 18px !important;
    font-family: var(--primary-font);
}
.menu-btn a:after,
nav.menu-successmenuen-container li:last-child a:after {
    content: "";
    background-image: url(../images/ArrowCircleRight.svg);
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
}
span.eu4psd {
    width: 48px;
    display: block;
}

img.custom-logo {
    width: 350px;
}

/*-----------------------------
        HERO IMAGE            
-----------------------------*/
.hero-image .content {
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.hero-image .subtitle {
    font-size: 16px;
    line-height: 18px;
    font-family: var(--secondary-font);
    font-weight: 700;
    text-transform: uppercase
}
.hero-image .title {
    font-size: 64px;
    font-weight: 800;
    font-family: var(--secondary-font);
    line-height: 66px;
}
#bulb-container img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: 643px !important;
    height: auto;
    transition: opacity 0.5s ease-in-out;
}

#bulb-on {
    opacity: 0; /* Initially hidden */
}

/*-----------------------------
    SECTION: WHAT WE DO          
-----------------------------*/
.section {
    padding: 96px 0;
}
.section-title {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
}
.category-what {
    background: #33999917;
    border-left: 4px solid #339999;
    padding: 46px 40px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 18px;
}
.category-what p {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 19px;
    margin-top: 21px;
    margin-bottom: 0;
}
.sub-item {
    background: #fff;
    padding: 32px;
    align-items: center;
    border-radius: 8px;
    box-shadow: 2px 4px 32px 32px #1A1A1A0A;
    margin-bottom: 18px;
    min-height: 160px;
}
.sub-item img {
    width: 56px;
    height: 56px;
    margin-right: 14px;
}
.sub-item span {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #242627;
    margin-right: 14px;
    width: 100%;
}
.sub-item .plus-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
}
#popup-dynamic-content p {
    text-align: justify;
}
.curved-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 1200px;
}

.curved-section .image-container {
    position: relative;
}
.curved-section .image-container:before {
    content: "";
    background-image: url(../images/flower.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    z-index: -1;
    left: -180px;
    top: -38px;
}
.curved-section .curved-elements {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.curved-section .item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}
.curved-section .item:first-child {
    top: -112px;
    left: calc(100% - 136px);
}
.curved-section .item:nth-child(2) {
    left: calc(100% - 58px);
    top: -34px;
    width: 380px;
}
.curved-section .item:nth-child(3) {
    left: calc(100% - 76px);
    top: 74px;
    width: 319px
}
.curved-section .item:last-child {
    top: 140px;
    left: calc(100% - 176px);
    width: 305px;
}
.curved-section .item:after {
    content: "";
    background: #FAFAFA;
    width: 100%;
    height: 48px;
    left: 4px;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
}

.curved-section .curved-section .item:hover {
    background-color: #e6f3f2;
}

.curved-section .icon img {
    min-width: 90px;
    height: auto;
}

.curved-section .text {
    flex-grow: 1;
    font-size: 19px;
    color: #001D18;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--primary-font);
    padding-right: 16px;
    padding-left: 12px;
}
a.sub-item {
    text-decoration: none!important;
}
a.item {
    text-decoration: none;
}
/*-----------------------------
    SECTION: KEY PLAYERS         
-----------------------------*/
.key-players {
    background-image: url("../images/Motherboard.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
.key-players-images {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.key-players-images img {
    width: 50%;
    border-radius: 30px;
    flex-basis: content;
}
.small-title {
    font-family: var(--primary-font);
    font-size: 46px;
    line-height: 64px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 100px;
}
.list {
    margin-top: 50px;
    margin-left: 60px;
}
.list ul {
    border-left: 1.6px dashed var(--primary-color);
    list-style-type: none;
}
.list li {
    margin-bottom: 124px;
    position: relative;
    font-size: 33px;
    line-height: 35px;
}
.list li a {
    font-family: var(--primary-font);
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.list li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: var(--primary-color);
    left: 0;
    bottom: -7px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
}
.list li a:hover::after {
    transform: scaleX(1);
    transform-origin: right;
}
.list li a:not(:hover)::after {
    transform-origin: left;
    transform: scaleX(0);
}
.list ul li::before {
    content: "";
    position: absolute;
    left: -52px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    background-image: url('../images/done-icon-3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

/*-----------------------------
    SECTION: NEWS         
-----------------------------*/
.news-navigation {
    background-color: #F2F2F2;
    border-radius: 30px;
    margin-bottom: 117px;
}
nav.menu-successmenu-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
nav.menu-successmenu-container ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
nav.menu-successmenu-container a {
    text-decoration: none;
}
nav.menu-successmenu-container a span:first-child {
    color: #003333;
}
nav.menu-successmenu-container a span:last-child {
    color: var(--primary-color);
    display: block;
}
nav.menu-successmenu-container li:first-child {
    margin-bottom: 48px;
}
nav.menu-successmenu-container li:first-child a {
    font-weight: 800;
    font-size: 48px;
    line-height: 50px;
    font-family: var(--secondary-font);
}
nav.menu-successmenu-container li:last-child a {
    position: relative !important;
    top: unset;
    right: unset;
    transform: none;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff;
    padding-top: 13.2px !important;
    padding-bottom: 13.2px !important;
}
nav.menu-successmenuen-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
nav.menu-successmenuen-container ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
nav.menu-successmenuen-container a {
    text-decoration: none;
}
nav.menu-successmenuen-container a span:first-child {
    color: #003333;
}
nav.menu-successmenuen-container a span:last-child {
    color: var(--primary-color);
    display: block;
}
nav.menu-successmenuen-container li:first-child {
    margin-bottom: 48px;
}
nav.menu-successmenuen-container li:first-child a {
    font-weight: 800;
    font-size: 48px;
    line-height: 50px;
    font-family: var(--secondary-font);
}
nav.menu-successmenuen-container li:last-child a {
    position: relative !important;
    top: unset;
    right: unset;
    transform: none;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff;
    padding-top: 13.2px !important;
    padding-bottom: 13.2px !important;
}
.news-content header {
    justify-content: space-between;
}
.news-content .title,
.library .title {
    font-family: var(--primary-font);
    font-size: 62px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: -0.03rem;
    margin-bottom: 0;
}
a.outline-btn {
    text-decoration: none;
    border: 1px solid var(--primary-color);
    border-radius: 200px;
    color: var(--primary-color);
    padding: 15px 24px;
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 500;
    line-height: 24px;
}
.news-content .placeholder-image {
    background-color: #F2F2F2;
    border-radius: 16px;
    height: 460px;
    width: 100%;
    display: flex;
    align-items: center;
    object-fit: cover;
}
.news-content a {
    text-decoration: none;
}
.news-content .menu-btn a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 11px 60px 10px 30px !important;
}
.news-content .excerpt {
    margin-bottom: 24px;
}
.news-content .excerpt p {
    font-weight: 400;
    font-size: 18px;
    font-family: var(--primary-font);
    line-height: 26px;
    letter-spacing: 0.04rem;
    color: #646A69 !important;
}
.news-content header {
    margin-bottom: 64px;
}
.news-content h2 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.01rem;
    color: #1D1F1E;
    margin-bottom: 16px;
}
.news-content .categories {
    margin-bottom: 24px;
}
.news-content .categories a {
    border-radius: 20px;
    border: 1px solid #D9DEDD;
    padding: 1px 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04rem;
}
.post-block-inner {
    margin-bottom: 32px;
}
.news-content .block-image-small .placeholder-image {
    height: 177px;
    width: 177px;
}
.news-content .post-row {
    margin-bottom: 32px !important;
    gap: 32px;
}
.news-content .post:last-child .post-row {
    margin-bottom: 0 !important;
}
.news-content .block-post-title h2 {
    font-family: var(--primary-font);
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.01rem;
    color: #1D1F1E;
}
.news-content .block-image-small,
.news-content .block-image-big {
    box-shadow: 0px 13px 38px -7.67px #00000040;
    border-radius: 16px;
}
.news-content .block-image-small {
    width: 177px;
}
.block-post-title .menu-btn a {
    padding: 8px 50px 10px 30px !important;
}
.block-post-title .menu-btn a:after {
    width: 16px;
    height: 16px;
    right: 22px;
}
.block-image-big {
    width: 100%;
    height: 460px;
    background-size: cover;
    background-position: center;
}
h1.news-title-single {
    font-size: 3rem;
    color: #003333;
}
a.category-link{
    color: #ffffff;
    text-decoration: none;
    background-color: #339999;
    padding: 4px 16px;
    border-radius: 8px;
    font-weight: 600;
    }
.news-date {
    color: #339999;
    font-weight: 700;
}
/*-----------------------------
    SECTION: SUPPORT          
-----------------------------*/
.green-bg .left {
    position: relative;
    width: calc(100% - 450px);
}
.green-bg .left:after {
    content: "";
    position: absolute;
    height: 452px;
    left: -100vw;
    right: -225px;
    top: -48px;
   /*  width: 100vw; */
    /* width: calc(100vw + 225px); */
    background-color: #003333;
    z-index: -1;
}
.support:after {
    content: "";
    position: absolute;
    background-image: url(../images/motherboard-left.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.support ul {
    list-style-type: none;
    margin-bottom: 32px;
}
.support ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 14px;
    height: 14px;
    background-image: url(../images/green-bullet.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.support h1 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -0.03rem;
    margin-bottom: 32px;
}
.support ul li {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.04rem;
    margin-bottom: 21px;
    color: #FFFFFFCC;
}
.support ul li a {
    color: var(--primary-color) !important;
    text-decoration: none;
}
.support .menu-btn a {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    max-width: unset !important;
}
.search-box {
    height: 60px;
    font-size: 1.2rem;
    font-family: var(--primary-font);
}

/*-----------------------------
    SECTION: LIBRARY          
-----------------------------*/
.library .title {
    margin-bottom: 96px;
}
.library .placeholder-image {
    width: 48px;
    height: 48px;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.library h2 {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.01rem;
    margin-top: 24px;
}
.library h2 a {
    text-decoration: none;
}
.library article p {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.064px;
    color: #464D5A !important;
}
.library .col-md-6:nth-child(1),
.library .col-md-6:nth-child(2) {
    margin-bottom: 32px;
}
.library .content {
    margin-bottom: 96px;
}
.library .blockquote {
    padding: 64px 54.5px;
    border-radius: 30px;
    gap: 200px;
}
.library .blockquote p {
    color: #fff !important;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.96px;
}
.library .carousel-item img {
    border-radius: 10px;
}
.library .carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FFFFFF80 !important;
    opacity: 1 !important;
}
.library .carousel-indicators .active {
    background-color: var(--primary-color) !important;
}
.library .carousel-caption {
    left: 46px;
    right: 46px;
    text-align: left;
}
.library .carousel-caption a {
    text-decoration: none;
    font-weight: 800;
    font-family: var(--primary-font);
    font-size: 20px;
    line-height: 40px;
}
.library .carousel-caption h3 {
    font-weight: 800;
    font-family: var(--primary-font);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}
.library .menu-btn {
    margin-bottom: 32px;
}
.library .menu-btn a {
    font-size: 13px !important;
    font-weight: 400;
    color: #fff !important;
    padding: 11px 60px 12px 30px !important;
}
.library .menu-btn a:after {
    width: 15px;
    height: 15px;
}
@media (min-width: 768px) {
    .library .col-md-4 {
        width: calc(33.33333333% + 50px);
    }
}
@media (min-width: 768px) {
    .library .col-md-8 {
        width: calc(66.66666667% - 50px);
    }
}
.video-category-link a{
    color: #ffffff;
    text-decoration: none;
    background-color: #339999;
    padding: 4px 16px;
    border-radius: 8px;
    font-weight: 600;
    }
/*-----------------------------
        SUCCESS STORIES          
-----------------------------*/
.success-story-image img {
    width: 100%!important; 
    height: 250px!important; 
    overflow: hidden; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    border-radius: 1rem;
}
.success-story-category {
    display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background-color: #339999;
}
h3.success-story-title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 37.8px */
    text-transform: none; 
}
.success-story a {
    text-decoration: none!important;
}
.success-story a:hover {
    color: #003333;
}
h1.ss-title {
    color: #339999;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 50% */
    letter-spacing: -0.16px;
}
h2.ss-subtitle {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 600;
}
.s-form {
    background-color: white;
    margin-top: -64px;
    height: 75px;
    padding-top: 32px;
    border-radius: 1rem;
}
.search-input {
    background: url(https://digigreen.ba/wp-content/uploads/2025/03/search-icon.svg) no-repeat left 20px center;
    background-size: 24px 24px;
    padding-left: 60px;
    font-size: 1.2rem;
    font-family: var(--primary-font);
    background-color: #F2F4F8;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc; /* Možeš podesiti željenu boju */
}

.success-story-image-single {
    width: 100%; 
    height: 600px; 
    overflow: hidden;
}
h1.success-story-title-single {
    font-size: 3rem!important;
}
a.success-story-category {
    text-decoration: none;
}
.search-result-title a {
    text-decoration: none;
}
.lightbox .lb-image {
    border: none!important;
}
.news-header {
    background: url('https://digigreen.ba/wp-content/uploads/2025/03/novosti-head-img-3.webp') no-repeat center center;
    background-size: cover;
    width: 100%;
}
h1.news-head {
    color: #ffffff;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 600;
}
/*-----------------------------
     LIBRARY       
-----------------------------*/
.video-content {
    border-radius: 18px;
    background: #CEE8E9; 
} 
.video-container {
    position: relative;
    overflow: hidden;
}
.video-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-icon-1 {
    width: 70px;
    height: auto;
}
.overlay-icon-2 {
    width: 450px;
    height: auto;
}
.overlay-icon-3 {
    width: 150px;
    height: auto;
}
h3.video-story-title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem; 
}
.btn-library {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.white-text a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
}
.green-text a {
    color: #339999;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 16px 64px;
}
.hover-green:hover {
    background-color: #F2F8F7!important;
}
.wid-25 {
    width: 25%;
}
.wid-75 {
    width: 75%;
}
h2.library-title {
    font-size: 3rem;
}
span.library-icon img {
    width: 40px;
    height: 100%;
}
.doc-header {
    background: url('https://digigreen.ba/wp-content/uploads/2025/03/document-header-img-5.webp') no-repeat center center;
    background-size: cover;
    width: 100%;
}
h2.doc-title {
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
}
a.down-btn {
    background-color: #339999;
    padding: 16px 32px;
    border-radius: 16px;
    min-width: 200px;
    text-align: center;
}
.down-btn a {
    color: #ffffff;
    text-decoration: none;
}
p.down-btn {
    background-color: #339999;
    padding: 16px 32px;
    border-radius: 16px;
    min-width: 200px;
    text-align: center;
}
p.down-btn a {
    color: #ffffff;
    text-decoration: none;
}
p.down-btn a:hover {
    color: #ffffff;
}
.lib-icon img {
    min-width:24px;
    max-width:24px;
    height: 100%;
}
.arch-title {
    font-weight: 600;
    color: #003333;
    font-size: 3rem;
}
/*-----------------------------
     PAGINATION STYLES            
-----------------------------*/
.pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
    background: white;
    max-width: 600px;
    margin: auto;
    border-radius: 5px;
    min-height: 32px;
    align-items: center;
}
span.page-numbers.current {
    font-size: 1.2rem;
    font-weight: 900;
    padding-right: 16px;
    border-right: 1px solid #003333;
}
a.page-numbers {
    font-size: 1.2rem;
    text-decoration: none;
    padding-right: 16px;
    padding-left: 8px;
    align-self: center;
}
a.next.page-numbers {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
a.prev.page-numbers {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
/*-----------------------------
        CONTACT FORM          
-----------------------------*/
.custom-contact-form {
    max-width: 500px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}
.form-row {
    display: flex;
    gap: 10px;
}
.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}
label {
    font-weight: bold;
    margin-top: 10px;
}
input, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #339999;
    border-radius: 5px;
}
textarea {
    height: 100px;
}
button {
    margin-top: 10px;
    width: 200px;
    background: #339999;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    align-self: center;
}
/*-----------------------------
        FOOTER          
-----------------------------*/
#footer {
    background-color: #003333;
    padding: 90px 0 74px 0;
    background-image: url(../images/Lines.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.footer-menu a {
    color: #fff;
}
.footer-menu .nav-menu {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding-bottom: 32px;
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
}
.footer-menu nav {
    border-bottom: 1px solid #fff;
}
.footer-menu a {
    text-decoration: none;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.footer-menu .menu-item:nth-child(3) {
    position: relative;
}
#menu-footermenu .menu-item:nth-child(3)::after {
    content: "Latest";
    background-color: #339999;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.02rem;
    margin-left: 7px;
}
#menu-footermeni .menu-item:nth-child(3)::after {
    content: "Najnovije";
    background-color: #339999;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.02rem;
    margin-left: 7px;
}
.footer-menu .nav-menu {
    padding-left: 0;
}
.footer-bottom a,
.footer-middle p,
.footer-bottom p {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.footer-middle {
    margin-top: 43px;
    margin-bottom: 31px;
}
.footer-middle p {
    line-height: 25px !important;
}
.social-icons {
    display: flex;
    gap: 14px;
}
.back-top-icon {
    background: var(--primary-color);
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
}
.back-to-top p {
    font-size: 7px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: #fff !important;
}
#prefooter-wrap {
    box-shadow: 0 -4px 6px -4px rgba(0, 0, 0, 0.3)
}
.page-id-1232 #prefooter-wrap {
    display: none;
}.page-id-1441 #prefooter-wrap {
    display: none;
}
.page-id-917 #prefooter-wrap {
    display: none;
}.page-id-947 #prefooter-wrap {
    display: none;
}
/*-----------------------------
    PUBLIC CALL POP-UP         
-----------------------------*/
.custom-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.custom-popup-content {
    background: white;
    max-width: 800px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    position: relative;
}
.custom-popup-left, .custom-popup-right {
    flex: 1 1 50%;
}
.custom-popup-left img {
    width: 100%;
    height: auto;
    display: block;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    text-align: right;
    color: #ff0000;
}
h1.public-call {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
}
p.public-call-text {
    font-size: 0.9rem;
    line-height: 1.1;
    text-align: left;
}
.btn-call a {
    background-color: #339999;
    padding: 8px 32px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
@media(max-width: 768px){
    .custom-popup-content {
        flex-direction: column;
    }
    .custom-popup-left, .custom-popup-right {
        flex: 1 1 100%;
    }
}
.line-block {
    border-left: 4px solid #339999;
    margin-left: 16px;
}
/*-----------------------------
    WHAT WE DO POP-UPS        
-----------------------------*/
.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.popup-content {
    background: #fff;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    border-radius: 8px;
    position: relative;
}
.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}
h2.pop-up-content {
    font-size: 1.4rem;
}
/*-----------------------------
    MEDIA QUERIES          
-----------------------------*/
@media (min-width: 1400px) {
    #footer .container {
        position: relative;
    }
    .back-to-top {
        position: absolute;
        right: calc(((100vw - 1320px) / -2 * 0.5) - 26px);
        top: 50%;
        transform: translateY(-50%);
    }
    /* .back-top-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    } */
}
@media (max-width: 1399.98px) {
    .category p {
        font-size: 23px;
    }
    .sub-item span {
        font-size: 18px;
    }
}
@media (max-width: 1199.98px) {
    .category {
        padding: 24px 16px;
    }
    .category p {
        font-size: 21px;
    }
    .sub-item {
        padding: 20px 16px;
    }
    .curved-section {
        width: 100%;
    }
    .curved-section .image-container:before {
        left: -110px;
        top: -30px;
    }
    .curved-section .curved-elements {
        position: relative;
        margin-top: 38px;
    }
    .curved-section .item {
        top: unset !important;
        left: unset !important;
        width: 100% !important;
        margin-bottom: 12px;
    }
    .curved-section .icon img {
        width: 51px;
        min-width: 51px;
        height: auto;
    }
    .curved-section .text {
        font-size: 16px;
    }
    .curved-section .item .text + img {
        width: 20px;
        height: auto;
    }
    .curved-section .item:after {
        height: 27px;
    }
    .curved-section .image-container:before {
        content: none;
    }
    .circle-img {
        position: relative;
        text-align: right;
    }
    .circle-img:after {
        content: "";
        background-image: url(../images/flower.svg);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        left: 0;
        top: 0;
    }
    .circle-img img {
        width: 80%;
    }
    .wid-25 {
        width: 15%;
    }
    .wid-75 {
        width: 85%;
    }
}
@media (max-width: 991.98px) {
    .sub-item {
        flex-direction: column;
        text-align: center;
        min-height: 240px;
        justify-content: space-between;
    }
    .sub-item img {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .sub-item span {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .sub-item .plus-icon {
        margin-bottom: 0;
    }
    .section-title {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 0;
    }
    .support .green-bg {
        flex-direction: column;
    }
    .green-bg .left {
        width: 100%;
        padding-top: 64px;
        padding-bottom: 35px;
        max-width: 450px;
    }
    .support h1 {
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        text-align: center;
    }
    .support:after {
        background-image: none;
    }
    .support .menu-btn {
        text-align: center;
    }
    .green-bg .left:after {
        top: 0;
        left: 0;
        right: 0;
        height: calc(100% + 50px);
    }
    .green-bg .right {
        position: relative;
    }
    .green-bg .right:before {
        content: "";
        background: #003333;
        position: absolute;
        top: 0;
        width: 100%;
        height: 50%;
        z-index: -1;
    }
    .support ul {
        margin-left: 20px;
        padding-right: 20px;
    }
    .mrt-200 {
        margin-top: 0px!important;
    }
}
@media (max-width: 767.98px) {
    .sub-item {
        flex-direction: row;
        min-height: unset;
        gap: 14px;
    }
    .sub-item img,
    .sub-item span {
        margin-bottom: 0;
    }
    .sub-item span {
        text-align: left;
    }
    .section-title,
    .small-title,
    .news-content .title, 
    .library .title {
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 48px !important;
        margin-bottom: 0;
    }
    .section {
        padding: 49px 0 !important;
    }
    #what-we-do .col-md-4:nth-child(2) .category,
    #what-we-do .col-md-4:nth-child(3) .category {
        margin-top: 48px;
    }
    #what-we-do .pb-96 {
        padding-bottom: 38px !important;
    }
    .key-players {
        background-image: none;
    }
    .key-players-images img {
        width: calc(50% - 6px);
        flex-basis: auto;
    }
    .list {
        margin-left: 18px;
    }
    .list li {
        margin-bottom: 62px;
        font-size: unset;
        line-height: 1;
    }
    .list ul {
        margin-bottom: 0;
    }
    nav.menu-successmenu-container {
        position: relative;
    }
    nav.menu-successmenuen-container {
        position: relative;
    }
    .news-navigation {
        background-color: transparent;
    }
    .news-navigation picture {
        background-color: #F2F2F2;
        display: block;
        border-radius: 30px;
    }
    nav.menu-successmenu-container {
        width: 100%;
        margin-top: 20px;
    }
    nav.menu-successmenuen-container {
        width: 100%;
        margin-top: 20px;
    }
    nav.menu-successmenu-container a span:last-child {
        display: inline;
    }
    nav.menu-successmenuen-container a span:last-child {
        display: inline;
    }
    nav.menu-successmenu-container li:first-child a {
        font-size: 24px;
        line-height: 24px;
    }
    nav.menu-successmenuen-container li:first-child a {
        font-size: 24px;
        line-height: 24px;
    }
    nav.menu-successmenu-container li:first-child {
        margin-bottom: 20px;
    }
    nav.menu-successmenuen-container li:first-child {
        margin-bottom: 20px;
    }
    nav.menu-successmenu-container li:last-child a {
        display: block;
    }
    nav.menu-successmenuen-container li:last-child a {
        display: block;
    }
    .hero-image {
        background-image: url(../images/hero-image.webp);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 48px 0;
    }
    .hero-image .content {
        position: unset !important;
    }
    .hero-image .bg-image {
        display: none;
    }
    .hero-image > img {
        /* min-height: 450px;
        object-fit: cover;
        object-position: center; */
        display: none;
    }
    .hero-image .row {
        flex-direction: column-reverse;
    }
    .hero-image .subtitle {
        font-size: 16px;
        text-align: center;
    }
    .hero-image .subtitle br {
        display: none;
    }
    .hero-image .title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin-top: 32px;
    }
    #bulb-container {
        text-align: center;
        position: relative;
    }
    #bulb-container img {
        position: unset;
        top: unset;
        transform: unset;
    }
    #bulb-container img {
        max-width: 241px !important;
    }
    #bulb-container img:last-child {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
    }
    .library header {
        justify-content: center;
    }
    .library .col-md-6 {
        margin-bottom: 32px !important;
    }
    .library .blockquote {
        padding: 32px 16px;
        gap: 12px;
        align-items: center;
        margin-bottom: 0;
    }
    .library .blockquote p {
        font-size: 18px;
        line-height: 24px;
    }
    .library .blockquote img {
        width: 42px;
        height: 42px;
    }
    .library .carousel-caption {
        display: block !important;
        text-align: center;
    }
    .news-content .menu-btn {
        margin-bottom: 32px;
    }
    .offcanvas-fullscreen .navbar-nav {
        padding: 38px;
        width: 100%;
        justify-content: flex-start !important;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 18px !important;
    }
    .dropdown-item {
        font-size: 14px;
        padding-left: 0;
        white-space: break-spaces;
    }
    .navbar-nav .nav-item {
        margin-bottom: 21px;
    }
    .navbar-nav .dropdown-menu .nav-item {
        margin-bottom: 16px;
        margin-top: 16px !important;
    }
    .navbar-nav .dropdown-menu {
        padding-left: 16px;
    }
    .offcanvas-fullscreen {
        background-image: none;
        /* background-size: 575px;
        background-repeat: no-repeat;
        background-position: left top; */
    }
    .nav-mobile-bg {
        display: block !important;
        width: 100% !important;
        height: 300px !important;
        background-image: url("../images/menu-background.webp");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .offcanvas {
        background-color: #000;
    }
    .btn-close {
        padding: 11px !important;
        font-size: 18px !important;
        right: 0;
        top: 0;
    }
    .offcanvas-header {
        right: 17px;
        top: 35px;
    }
    .nav-mobile-bg:after {
        content: "";
        background-color: #000;
        width: 100%;
        height: 21px;
        left: 0;
        position: absolute;
        bottom: 0;
        border-radius: 50% / 100% 100% 0 0;
        z-index: 3;
    }
    .s-form {
        height: 175px!important;
    }
    .h-600 {
        height: 300px;
    }
    .wid-25 {
        width: 5%;
    }
    .wid-75 {
        width: 95%;
    }
}
@media (max-width: 575.98px) {
    .list {
        margin-top: 32px;
    }
    .list li {
        margin-bottom: 32px;
    }
    .list li:last-child {
        margin-bottom: 0;
    }
    .list li a {
        font-size: 16px;
    }
    .list ul li::before {
        width: 20px;
        height: 20px;
        left: -43px;
    }
    /* a.outline-btn {
        display: none;
    } */
    /* .news-content a {
        padding: 6px 18px;
    } */
    .news-content .post-row {
        gap: 20px;
    }
    .news-content header {
        justify-content: center;
        margin-bottom: 32px;
        line-height: 32px;
        justify-content: space-between;
    }
    .news-content .title {
        padding-bottom: 0 !important;
    }
    .news-navigation,
    .library .content {
        margin-bottom: 48px;
    }
    .news-content h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .news-content .excerpt p {
        font-size: 16px;
        line-height: 24px;
    }
    .news-content .menu-btn a {
        font-size: 16px !important;
    }
    .news-content .categories {
        margin-bottom: 16px;
    }
    .news-content .col-md-7 {
        margin-bottom: 50px;
    }
    .news-content .block-post-title h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .block-post-title .menu-btn a:after {
        width: 24px;
        height: 24px;
        right: 10px;
    }
    .news-content .post-row:last-child {
        margin-bottom: 0 !important;
    }
    .footer-menu .nav-menu {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    #footer {
        padding: 48px 0;
    }
    .footer-menu nav {
        border: 0;
    }
    .footer-middle {
        margin-top: 0;
    }
    .footer-middle p {
        padding-bottom: 48px !important;
        border-bottom: 1px solid #fff;
    }
    .social-icons {
        margin-top: 25px;
        justify-content: center !important;
    }
    .footer-bottom,
    .footer-bottom p {
        text-align: center !important;
    }
    .footer-bottom p {
        margin-top: 25px;
        margin-bottom: 0;
    }
    .back-to-top {
        margin-top: 48px;
    }
    .back-top-icon {
        background: var(--primary-color);
        width: 52px;
        height: 52px;
        text-align: center;
        border-radius: 50%;
        margin: auto;
        cursor: pointer;
    }
    .back-to-top p {
        font-size: 7px;
        font-weight: 600;
        font-family: var(--primary-font);
        color: #fff !important;
    }
    .navbar .col-lg-10 {
        width: 65%;
    }
    .navbar .col-lg-2 {
        width: 35%;
    }
    .wpml-ls-legacy-dropdown a {
        font-size: 13px;
        padding-right: 16px !important;
    }
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        width: 12px;
        height: 8px;
    }
    
    .dropdown-toggle::after {
        width: 16px;
    }
    .block-post-title .menu-btn a {
        font-size: 15px !important;
        padding: 8px 40px 10px 20px !important;
    }
    h1.title-mob {
        font-size: 3rem !important;
    }
    h1.subtitle-mob {
        font-size: 2rem !important;
    }
    h2.title-mob {
        font-size: 2rem !important;
    }
    h1.ss-title {
        font-size: 1.5rem;
    }
    h2.ss-subtitle {
        font-size: 2.5rem;
    }
    .success-story-image-single {
        height: 300px; 
    }
    h1.success-story-title-single {
        font-size: 2.5rem!important;
    }
    .block-image-big {
        width: 100%;
        height: 370px;
    }
    h1.news-title-single {
        font-size: 2rem;
    }
    .white-text a {
        font-size: 0.9rem;
    }
    .green-text a {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
    h2.library-title {
        font-size: 2rem;
    }
    .eu4psd-hero {
        min-height: 450px!important;
    }
}
@media (max-width: 374.98px) {
    .navbar .col-md-10,
    .navbar .col-md-2 {
        width: 100%;
    }
}
@media (min-width:1200px) and (max-width:1399.98px) {
    .curved-section {
        width: 70%;
    }
    .key-players-images img {
        width: calc(50% - 6px);
        flex-basis: auto;
    }
    .support h1 {
        font-size: 52px;
        line-height: 60px;
    }
}
.hero-image .bg-image {
    height: 800px;
    background-image: url("../images/hero-image.webp");
    background-color: #D9DEDD;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1399.98px) {
    .back-to-top {
        margin-top: 48px;
    }
}
@media (min-width:768px) and (max-width:1199.98px) {
    .key-players .col-md-6:first-child {
        width: 60%;
    }
    .key-players .col-md-6:last-child {
        width: 40%;
    }
    .key-players-images img {
        width: calc(50% - 6px);
        flex-basis: auto;
    }
    .list ul,
    .list li:last-child {
        margin-bottom: 0;
    }
    .curved-section .icon img {
        width: 80px !important;
    }
    .curved-section .item .text + img {
        width: 30px !important;
    }
    .curved-section .item:after {
        height: 40px !important;
    }
    .news-content .block-post-title h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .offcanvas-fullscreen {
        background-position-x: 20%;
    }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
    .green-bg .left:after {
        top: 0;
        right: 225px;
        height: 100%;
    }
    .green-bg .left {
        position: unset;
    }
    .support h1 {
        font-size: 42px;
        line-height: 58px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-image .title {
        font-size: 48px;
        line-height: 52px;
    }
    .hero-image .col-md-6:last-child {
        padding-top: 30px;
    }
    .news-content .col-lg-7 {
        margin-bottom: 34px;
    }
    .key-players {
        background-image: none;
    }
    .section-title, .small-title, .news-content .title, .library .title {
        font-size: 42px;
        line-height: 42px;
    }
    .library .col-md-6 {
        margin-bottom: 64px;
    }
    .library .col-lg-8 + .col-md-6 {
        margin-bottom: 0;
    }
    .library .blockquote {
        gap: 32px;
    }
    .offcanvas-fullscreen .navbar-nav {
        padding: 50px 30px;
    }
    .nav-link {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .dropdown-item{
        font-size: 20px !important;
        white-space: break-spaces;
    }
    .offcanvas-header .btn-close {
        font-size: 20px;
        padding: 1rem;
    }
    .offcanvas-header {
        right: 32px;
        top: 32px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .news-navigation,
    .news-content header {
        margin-bottom: 49px;
    }
    .news-content .title {
        padding-bottom: 0 !important;
    }
    .footer-menu .nav-menu {
        width: 100%;
    }
    .nav-mobile-bg {
        height: 400px !important;
    }
}
@media (max-width: 576px) {
    .sedep-sml {
        font-size: 1.5rem!important;
    }
    .sedep-sml-2 {
        font-size: 2rem!important;
    }
    .sedep-desc {
        font-size: 1.2rem!important;
    }
    
}
input#ccf_gdpr {
    max-width: 18px;
    margin-bottom: 16px;
}
p.checkbox-text {
    font-size: 14px!important;
    font-weight: 400;
}
#cmplz-manage-consent .cmplz-manage-consent {
    height: 80px!important;
    color: #ffffff!important;
    background-color: #339999!important;
    padding: 16px 16px 40px 16px!important;
}
.acf-button {
    background-color: #339999;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.acf-switch.-on {
    background: #339999!important;
    border-color: #339999!important;
}
.form-control {
    border: 1px solid #339999!important;
}