

.objectives-section {
    padding-block: 80px;
}

.objectives-inner {
    padding-inline: 28px;
    border-right: 1px solid rgba(29, 35, 60, 0.1);;
}

.objectives-wrapper:last-of-type .objectives-inner {
    border-right: none;
}

.objectives-image {
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 555px;
    background: rgba(160, 137, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.objectives-inner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.objectives-inner .objectives-list-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.objectives-section .row {
    justify-content: center;
}

.objectives-heading {
    text-align: center;
}

.objectives-wrapper {
    text-align: center;
}

.objectives-list {
    margin-block: 80px;
}

.objectives-button {
    text-align: center;
}

.list-members {
    padding-block: 40px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 10px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.list-members img {
    border-radius: 10px;
}

.team-member-title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.member-role {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.category-title {
    position: relative;
}

.category-title:before, .category-title:after {
    content: '';
    position: absolute;
    width: calc(50% - 120px);
    height: 1px;
    background-color: rgba(29, 35, 60, .1);
    left: 0;
    top:50%;
    transform: translateY(-50%);
}

.category-title:after {
    left: unset;
    right: 0;
}

.team-member-wrapper {
    width: calc(20% - 10px);
    transition: 0.1s all ease-in-out;
    cursor: pointer;
}

.team-member-wrapper:hover {
    transform: scale(1.02);
}

.modal-team-backdrope {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(29, 35, 60, 0.6);
    z-index: -1;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.modal-team-backdrope.active {
    opacity: 1;
    z-index: 10000;
}

.modal-wrapper {
    max-width: 800px;
    width: 90%;
    margin-inline: auto;
    padding: 80px;
    border-radius: 20px;
    box-shadow: 0px 28px 50px 0px rgba(29, 35, 60, 0.2);
    background:  rgba(255, 255, 255, 1);
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-wrapper.open {
    opacity: 1;
    z-index: 10000;
}

.modal-wrapper h4 {
    margin-bottom: 10px;
}

.modal-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.modal-heading {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.modal-heading:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
}

.modal-member-info a {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.modal-member-info .modal-phone {
   font-weight: 700;
}

.modal-bio {
    margin-top: 25px;
}

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

.director-modal-inner .modal-phone {
	display: none;
}

.director-modal-inner .modal-heading {
	margin-bottom: 0;
}

.close-confirmation {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 555px;
    background: linear-gradient(180.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.close-confirmation:hover {
    transform: scale(1.15);
}

.close-confirmation i {
    color: #ffffff;
    font-size: 16px;
}

.modal-body {
    overflow: hidden;
}

.modal-bio  {
    max-height: 375px;
    overflow: auto;
}

.leadership-section .container:first-of-type {
    padding-inline: 0;
}

.partners-gallery {
    display: flex;
    align-items: center;
    column-gap: 120px;
    padding-block: 100px;
    justify-content: center;
    padding-inline: 20px;
}

.our-partners {
    padding: 40px 0 100px;
}

.annual-reporting {
    padding-block: 140px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.annual-reporting:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(29, 35, 60, 0.73);
}

.annual-reporting .container {
    position: relative;
    z-index: 1;
}

.reporting-documents {
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 10px;
}

.document-wrapper{
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 320px;
}

.document-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 30px;
}

.document-year-text {
    color: rgba(29, 35, 60, 0.5);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.annual-reporting .row {
    align-items: center;
}

.download-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 99px;
    text-transform: uppercase;
    background-color: transparent;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}

.download-wrapper:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    padding: 2px; /* debljina border-a */
    border-radius: 99px;
    background: linear-gradient(270deg, rgba(160,137,255,1), rgba(54,115,255,1));
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.download-wrapper a {
    font-size: 14px;
    font-weight: 700;
    line-height: 10px;
    color: var(--primary-color);
    padding: 18px 30px;
    border-left: 1px solid rgba(54, 64, 101, .1);
}

.download-wrapper select {
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    column-gap: var(--primary-color);
    border: none;
    padding: 0 5px 0 20px;
    margin-right: 20px;

}

.download-wrapper select {
    outline: none;
}

@media(min-width: 991px) {
    .leadership-section {
        position: relative;
    }

}

@media(max-width: 1500px) {
    .partners-gallery {
        column-gap: 60px;
    }
}

@media(max-width: 991px) {
    .objectives-list-heading {
        display: flex;
        align-items: center;
        column-gap: 20px;
        margin-bottom: 10px;
    }

    .objectives-image {
        margin: 0;
    }

    .objectives-inner {
        border-right: none;
        border-bottom: 1px solid rgba(29, 35, 60, 0.1);
        padding: 0 0 20px;
    }

    .objectives-inner .objectives-list-title {
        margin: 0;
        width: calc(100% - 100px);
    }

    .objectives-inner p {
        text-align: left;
    }

    .objectives-list .row {
        row-gap: 20px;
    }

    .objectives-section {
        padding-block: 60px;
    }

    .objectives-list {
        margin-block: 60px;
    }

    .objectives-image {
        width: 70px;
        height: 70px;
        padding: 20px;
    }

   .objectives-inner .objectives-list-title {
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
       width: calc(100% - 70px);
    }

   .objectives-inner p {
       font-size: 16px;
       font-weight: 400;
       line-height: 24px;
   }

   .objectives-section {
       padding-top: 30px;
   }

   .objectives-section h2 {
       margin-bottom: 10px;
   }

    .objectives-list {
        margin: 30px 0 0;
    }

    .objectives-button {
        padding: 50px 0;
    }

    .team-member-wrapper {
        width: calc(50% - 10px);
    }

    .partners-gallery {
        padding: 40px 0 50px;
        flex-direction: column;
        row-gap: 40px;
    }

    .reporting-left {
        text-align: center;
        margin-bottom: 40px;
    }

    .annual-reporting {
        padding-block: 100px;
    }
}

@media(max-width: 768px) {
    .reporting-documents {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .document-wrapper {
        width: 100%;
    }
}

@media(max-width: 575px) {
    .category-title:before, .category-title:after {
        width: calc(50% - 80px);
    }

	.team-member-title {
   		 margin-top: 10px;
   		 font-size: 16px;
   		 font-weight: 600;
   		 line-height: 20px;
	}
	.member-role {
   		 font-size: 12px;
   		 font-weight: 400;
  		  line-height: 16px;
	}
	
    .modal-wrapper {
        padding: 40px;
    }

    .close-confirmation {
        top: 10px;
        right: 10px;
    }

    .list-members {
        padding-block: 20px;
    }

    .modal-wrapper {
        padding: 40px 20px;
    }

    .objectives-section {
        padding-bottom: 0;
    }

    .our-partners {
        padding: 10px 0 50px;
    }

    .annual-reporting {
        padding: 80px 0 30px;
    }

    .document-wrapper {
        padding: 30px 20px 20px;
    }

    .document-name {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
    }

    .modal-wrapper {
        max-height: 90vh;
        overflow: auto;
    }
}