/*
Theme Name: pap
Theme URI: http://pp-front.com
Author: the pp-front
Author URI: https://pp-front.com
Description: -
Requires at least: WordPress 4.9.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pp-front.com
Tags: pp-front.com theme
*/
.hero-section {
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
	background: linear-gradient(120.88deg, #C85502 28.76%, #EC842F 79%, #F8A720 103.76%);
    color: white;
    padding: 100px 0;
    min-height: 34vh;
    display: flex;
    align-items: center;
}
.hero-content {
    max-width: 600px;
}
.hero-image {
    height: 400px;
    width: 100%;
    object-fit: contain;
}
.navbar {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.logo {
    font-weight: bold;
    font-size: 1.5rem;
    color: #667eea !important;
}
.nav-item {
    margin: 0 15px;
}
.nav-link {
    font-weight: 500;
}

.custom-padding {
    padding-top: 8rem ;
    padding-bottom: 8rem ;
}

@media (max-width: 768px) {
    .custom-padding {
        padding-top: 5rem ;
        padding-bottom: 5rem ;
    }
}

.about-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}
.about-img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.section-title {
    color: #2c3e50;
    margin-bottom: 30px;
    position: relative;
}
.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #EC852E;
    margin-top: 15px;
    right: 0;
    margin: auto;
}
.about-text {
    line-height: 1.8;
    color: #555;
}
.img-container {
    height: 100%;
    display: flex;
    align-items: stretch;
}
.col-lg-6:first-child {
    padding-right: 40px;
}
.col-lg-6:last-child {
    padding-left: 40px;
}
@media (max-width: 991px) {
    .col-lg-6:first-child {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .col-lg-6:last-child {
        padding-left: 15px;
    }
}



.company-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 80px 0;
}
.company-content {
    padding-right: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.company-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    height: 100%;
}
.company-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.company-image:hover img {
    transform: scale(1.03);
}
.section-title {
    color: #2c3e50;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}
.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #EC852E;
}
.company-text {
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}
.btn-primary {
    background: #EC852E;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}
.social-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}
.social-title {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}
.social-icons {
    display: flex;
    gap: 15px;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #2c3e50;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.social-icon.facebook:hover {
    background: #3b5998;
    color: white;
}
.social-icon.instagram:hover {
    background: #e4405f;
    color: white;
}
.social-icon.twitter:hover {
    background: #1da1f2;
    color: white;
}
.social-icon.linkedin:hover {
    background: #0077b5;
    color: white;
}

.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}
.row-equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .company-content {
        padding-right: 0;
        margin-bottom: 40px;
        height: auto;
    }
    .company-image {
        height: 400px; 
    }
}



.projects-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
    font-weight: 700;
}
.swiper {
    width: 100%;
    padding: 20px 10px 40px;
}
.project-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.project-image {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.project-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.project-title {
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.2rem;
}
.project-description {
    color: #555;
    line-height: 1.5;
    font-size: 0.9rem;
    flex-grow: 1;
}
.modal-project-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}
.gallery-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
}
.gallery-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.gallery-thumb:hover, .gallery-thumb.active {
    opacity: 1;
}
.attached-files {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.file-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}
.file-item:last-child {
    border-bottom: none;
}
.file-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 4px;
    margin-right: 10px;
    color: #555;
}
.file-name {
    flex-grow: 1;
    font-size: 0.9rem;
}
.file-size {
    color: #777;
    font-size: 0.8rem;
    margin-left: 10px;
}
.swiper-pagination-bullet-active {
    background-color: #2c3e50;
}
.swiper-button-next, .swiper-button-prev {
    color: #2c3e50;
}
@media (max-width: 768px) {
    .modal-project-image {
        height: 200px;
    }
}


.news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.news-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card-title {
    min-height: 48px;
    display: flex;
    align-items: flex-start;
}
.card-text {
    flex: 1;
}
.news-date {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
a > .card-title {
	text-decoration: none;
	color:#000;
}




.social-ico-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;	
}
.social-section {
    padding: 2rem 0;
    background-color: #f8f9fa;
    text-align: center;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
}

.social-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.x-icon {
    background-color: #000000;
}

.x-icon:hover {
    background-color: #333333;
}

.tiktok-icon {
    background-color: #000000;
}

.tiktok-icon:hover {
    background-color: #333333;
}

.facebook-icon {
    background-color: #3b5998;
}

.facebook-icon:hover {
    background-color: #2d4373;
}

.instagram-icon {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.instagram-icon:hover {
    opacity: 0.9;
}

/*.section-title {
    margin-bottom: 1.5rem;
    color: #333;
    font-weight: 600;
}*/



.footer {
    background-color: #343a40;
    color: white;
    padding: 40px 0;
    margin-top: 50px;
}
.footer h5 {
    color: #f8f9fa;
    margin-bottom: 20px;
}
.footer a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer a:hover {
    color: #ffffff;
}
.footer .list-unstyled li {
    margin-bottom: 10px;
}
.copyright {
    border-top: 1px solid #495057;
    padding-top: 20px;
    margin-top: 30px;
    color: #6c757d;
}




.team-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.team-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-img {
    height: 250px;
    object-fit: contain;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-body {
    padding: 25px 25px 0 25px;
    text-align: center;
}

.employee-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.employee-position {
    color: #666;
    font-size: 0.9rem;
    text-transform: uppercase;
}

/*.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    color: #333;
}
*/



.news-page-body {
    background-color: #f8f9fa;
    padding-top: 20px;
/*    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
}
.news-page-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 30px;
}
.news-page-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.news-page-title {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}
.news-page-date {
    color: #6c757d;
    margin-bottom: 20px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}
.news-page-content {
    line-height: 1.7;
    font-size: 1.1rem;
    color: #444;
}
.news-page-back-button {
    margin-bottom: 20px;
}
.news-page-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.news-page-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.news-page-tag {
    background-color: #e9ecef;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #495057;
}
.news-page-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
}
.news-page-action-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s;
}
.news-page-action-btn:hover {
    color: #EC852E;
}
.news-page-image-container {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .news-page-image-container {
        margin-bottom: 25px;
    }
}
.news-page-card {
    margin-top: 20px;
}
.news-page-card-title {
    color: #2c3e50;
    margin-bottom: 15px;
}
.news-page-card-text {
    color: #444;
    line-height: 1.6;
}




.contact-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}
.contact-info {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    height: 100%;
}
.contact-item {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}
.contact-icon {
    background-color: #EC852E;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #6c757d;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.social-links a:hover {
    transform: translateY(-3px);
    background-color: #5a6268;
}
.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    height: 100%;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}
.row-equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.projects-section .swiper-wrapper .swiper-slide {
    height: auto;
}
.projects-section .swiper-wrapper {
    -webkit-align-content: stretch;
    align-content: stretch;    
}


.volunteer-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.volunteer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.volunteer-header {
    text-align: center;
    margin-bottom: 50px;
}

.volunteer-title {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.volunteer-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #EC852E;
    border-radius: 2px;
}

.volunteer-subtitle {
    color: #7f8c8d;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.volunteer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.volunteer-image-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    height: 500px;
    order: 2;
}

.volunteer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.volunteer-image-container:hover .volunteer-image {
    transform: scale(1.05);
}

.volunteer-content {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    order: 1;
}

.volunteer-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.05rem;
}

.volunteer-highlight {
    background: #fdf2e3;
    border-left: 4px solid #EC852E;
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.volunteer-highlight-title {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.volunteer-contact {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
}

.volunteer-contact-title {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
}

.volunteer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.volunteer-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #2c3e50;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.volunteer-contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(52, 152, 219, 0.2);
    color: #2c3e50;
    text-decoration: none;
}

.volunteer-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EC852E;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.volunteer-contact-details {
    display: flex;
    flex-direction: column;
}

.volunteer-contact-label {
    font-size: 0.9rem;
    color: #7f8c8d;
}

.volunteer-contact-value {
    font-weight: 600;
    font-size: 1.1rem;
}

.volunteer-cta {
    text-align: center;
    margin-top: 40px;
}

.volunteer-btn {
    background: #EC852E;
    border: none;
    padding: 14px 35px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.volunteer-btn:hover {
    background: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
    color: white;
}

@media (max-width: 992px) {
    .volunteer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .volunteer-image-container {
        order: 1;
        height: 400px;
    }
    
    .volunteer-content {
        order: 2;
    }
    
    .volunteer-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .volunteer-section {
        padding: 40px 0;
    }
    
    .volunteer-content {
        padding: 25px;
    }
    
    .volunteer-title {
        font-size: 1.8rem;
    }
    
    .volunteer-contact-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 700px) {
    .hero-image {
        display: none;
    }
    .hero-section .col-lg-6:first-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}


.reparations-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.reparations-container {
    max-width: 1000px;
    margin: 0 auto;
}

.reparations-header {
    text-align: center;
    margin-bottom: 50px;
}

.reparations-title {
    color: #2c3e50;
    font-size: 2.8rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.reparations-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 5px;
    background: #EC852E;
    border-radius: 3px;
}

.reparations-subtitle {
    color: #7f8c8d;
    font-size: 1.3rem;
    max-width: 700px;
    margin: 30px auto 0;
    line-height: 1.6;
}

.reparations-content-block {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.reparations-content-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #EC852E, #fdf2e3);
}

.reparations-text {
    color: #555;
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 1.1rem;
    text-align: justify;
}

.reparations-image-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    height: 400px;
    margin: 40px 0;
    position: relative;
}

.reparations-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.reparations-image-container:hover .reparations-image {
    transform: scale(1.08);
}

.reparations-highlight {
    background: linear-gradient(135deg, #fdf2e3 0%, #efefef 100%);
/*    border-radius: 15px;*/
    padding: 30px;
    margin: 40px 0;
    border-left: 6px solid #EC852E;
/*    box-shadow: 0 10px 25px rgba(52, 152, 219, 0.15);*/
}

.reparations-highlight-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5rem;
    text-align: center;
}

.reparations-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    margin: 50px 0;
}

.reparations-feature {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 25px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.reparations-feature:hover {
    transform: translateY(-10px);
/*    box-shadow: 0 15px 30px rgba(0,0,0,0.1);*/
    background: white;
}

.reparations-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #EC852E;
    color: white;
    font-size: 2rem;
    margin: 0 auto 20px;
}

.reparations-feature-title {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.reparations-feature-text {
    color: #7f8c8d;
    line-height: 1.6;
}

.reparations-cta {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px dashed #e0e0e0;
}

.reparations-btn {
    background: #EC852E;
    border: none;
    padding: 16px 45px;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 50px;
    transition: all 0.4s ease;
    color: white;
    text-decoration: none;
    display: inline-block;
/*    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);*/
    position: relative;
    overflow: hidden;
}

.reparations-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: all 0.6s ease;
}

.reparations-btn:hover {
    background: #2980b9;
    transform: translateY(-5px);
/*    box-shadow: 0 12px 25px rgba(52, 152, 219, 0.5);*/
    color: white;
}

.reparations-btn:hover:before {
    left: 100%;
}

@media (max-width: 768px) {
    .reparations-content-block {
        padding: 30px 25px;
    }
    
    .reparations-title {
        font-size: 2.2rem;
    }
    
    .reparations-subtitle {
        font-size: 1.1rem;
    }
    
    .reparations-features {
        flex-direction: column;
    }
    
    .reparations-image-container {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .reparations-section {
        padding: 40px 0;
    }
    
    .reparations-title {
        font-size: 1.9rem;
    }
    
    .reparations-content-block {
        padding: 25px 20px;
    }
    
    .reparations-btn {
        padding: 14px 35px;
        font-size: 1.1rem;
    }
}
.partners-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
    justify-items: center;
}

.partner-logo {
    width: 180px;
    height: 120px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    padding: 15px;
}

.partner-logo:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 20px;
    }
    
    .partner-logo {
        width: 140px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .partner-logo {
        width: 130px;
        height: 90px;
    }
}




.gallery-item {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.gallery-item:hover {
    transform: scale(1.03);
}
.gallery-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    object-position: top center;
}
.modal-img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
}
.modal-fullscreen .modal-content {
    background-color: rgba(0,0,0,0.9);
}
.modal-fullscreen .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1055;
    filter: invert(1);
}
.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1055;
    background-color: rgba(255,255,255,0.2);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}
.modal-nav:hover {
    background-color: rgba(255,255,255,0.3);
}
.modal-nav.prev {
    left: 20px;
}
.modal-nav.next {
    right: 20px;
}
.image-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
}
.card-body .card-text:last-child {
    margin-bottom: 1em;
}




.share-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 0.9rem;
    cursor: pointer;
}
.share-link:hover {
    background-color: rgba(0,0,0,0.7);
}
.zoom-controls {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1055;
    display: flex;
    gap: 10px;
}
.zoom-btn {
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
}
.zoom-btn:hover {
    background-color: rgba(0,0,0,0.7);
}
.toast-container {
    z-index: 1100;
}

.image-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: grab;
    touch-action: none;
}
.image-container:active {
    cursor: grabbing;
}
.modal-image {
    max-width: none;
    max-height: none;
    transition: transform 0.3s ease;
    transform-origin: 0 0;
}
.zoom-level {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
}


.conference-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px 0;
}

.conference-container {
    max-width: 1200px;
    margin: 0 auto;
}

.conference-header {
    text-align: center;
    margin-bottom: 40px;
}

.conference-title {
    color: #2c3e50;
    font-size: 2.8rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.conference-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: #EC852E;
    border-radius: 2px;
}

.conference-subtitle {
    color: #7f8c8d;
    font-size: 1.3rem;
    max-width: 700px;
    margin: 20px auto 0;
}

.conference-banner {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    margin-bottom: 40px;
    aspect-ratio: 16/9;
}

.conference-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conference-content-block {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

.conference-content-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #EC852E, #2980b9);
}

.conference-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1.05rem;
}

.conference-details {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}

.conference-detail {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.conference-detail:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.conference-detail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #EC852E;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.conference-detail-content h3 {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.conference-detail-content p {
    color: #7f8c8d;
    margin: 0;
}

.conference-contact {
    background: #e3f2fd;
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
}

.conference-contact-title {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
}

.conference-contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.conference-contact-item {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #2c3e50;
}

.conference-contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(52, 152, 219, 0.2);
    color: #2c3e50;
    text-decoration: none;
}

.conference-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EC852E;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.conference-contact-details h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.conference-contact-details p {
    color: #7f8c8d;
    margin: 0;
}

.conference-program {
    margin: 40px 0;
}

.conference-program-title {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.conference-program-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #EC852E;
}

.conference-program-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.conference-program-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.conference-program-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.conference-program-image img {
    width: 100%;
    height: auto;
    display: block;
}

.conference-documents {
    margin: 40px 0;
}

.conference-documents-title {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.conference-documents-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #EC852E;
}

.conference-documents-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.conference-document {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #2c3e50;
}

.conference-document:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    color: #2c3e50;
    text-decoration: none;
}

.conference-document-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EC852E;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.conference-document-details h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.conference-document-details p {
    color: #7f8c8d;
    margin: 0;
    font-size: 0.9rem;
}

.conference-gallery {
    margin: 40px 0;
}

.conference-gallery-title {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.conference-gallery-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #EC852E;
}

.conference-gallery-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.conference-gallery-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    aspect-ratio: 4/3;
}

.conference-gallery-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.conference-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modal for gallery */
.gallery-modal .modal-dialog {
    max-width: 90%;
    max-height: 90%;
}

.gallery-modal .modal-content {
    background: transparent;
    border: none;
}

.gallery-modal .modal-body {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-modal img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.conference-cta {
    text-align: center;
    margin-top: 40px;
}

.conference-btn {
    background: #EC852E;
    border: none;
    padding: 14px 35px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.conference-btn:hover {
    background: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
    color: white;
}

@media (max-width: 768px) {
    .conference-content-block {
        padding: 30px 25px;
    }
    
    .conference-title {
        font-size: 2.2rem;
    }
    
    .conference-subtitle {
        font-size: 1.1rem;
    }
    
    .conference-details, .conference-contact-info, .conference-documents-list {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .conference-section {
        padding: 30px 0;
    }
    
    .conference-title {
        font-size: 1.9rem;
    }
    
    .conference-content-block {
        padding: 25px 20px;
    }
    
    .conference-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .conference-program-images, .conference-gallery-images {
        grid-template-columns: 1fr;
    }
}


.manifesto-modal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.manifesto-modal .modal-header {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

.manifesto-modal .modal-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.manifesto-modal .modal-body {
    padding: 30px;
    line-height: 1.8;
    font-size: 1.05rem;
    color: #555;
}

.manifesto-modal .modal-body h4 {
    color: #2c3e50;
    margin-top: 25px;
    margin-bottom: 15px;
}

.manifesto-modal .modal-body ul {
    padding-left: 20px;
}

.manifesto-modal .modal-body li {
    margin-bottom: 10px;
}

.conference-cta {
    text-align: center;
    margin-top: 40px;
}

.conference-btn {
    background: #3498db;
    border: none;
    padding: 14px 35px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.conference-btn:hover {
    background: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
    color: white;
}



.conference-manifesto-btn {
    background: #2c3e50;
    border: none;
    padding: 14px 35px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);
    min-width: 260px;
}

.conference-manifesto-btn:hover {
    background: #3498db;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
    color: white;
}



.conference-manifesto {
    margin: 40px 0;
    text-align: center;
}

.conference-manifesto-title {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.conference-manifesto-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #3498db;
}

.conference-manifesto-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}