.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-container{background:#fff;border-radius:1rem;padding:2rem;width:90%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.2)}.modal-close-btn{position:absolute;top:1.5rem;right:1.5rem;font-size:2rem;color:#555;background:none;border:none;cursor:pointer;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.modal-close-btn:hover{background-color:#f0f0f0}.modal-content{display:flex;flex-direction:column;gap:1.5rem}.modal-image-container{display:flex;gap:2.5rem;align-items:flex-start}.modal-image{width:100%;max-width:350px;height:350px;border-radius:1rem;object-fit:cover;box-shadow:0 6px 20px rgba(0,0,0,.15)}.modal-text{flex:1}.modal-text h2{font-size:2.2rem;color:#053f33;margin-bottom:.5rem;font-weight:700}.modal-title{font-size:1.4rem;color:#4a7c12;margin-bottom:2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.modal-section{margin-bottom:2rem}.modal-section h4{font-size:1.3rem;color:#053f33;margin-bottom:1rem;font-weight:600;border-bottom:2px solid #eaf5e3;padding-bottom:.5rem}.modal-section p{font-size:1rem;color:#333;line-height:1.7}@media (max-width:768px){.modal-image-container{flex-direction:column}.modal-image{max-width:100%;height:250px;margin:0 auto}.modal-text h2{font-size:1.8rem}.modal-title{font-size:1.2rem}}.breadcrumb-wrapper{background-color:#eaf5e3}.directors-section{padding:3rem 1rem}.category-title{font-size:1.8rem;color:#053f33;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #4a7c12;font-weight:700;text-transform:uppercase}.directors-category{margin-bottom:4rem}.directors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1400px;margin:0 auto;padding:1rem;justify-content:center}.director-card{background-size:cover;background-position:center;border-radius:1rem;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.15);cursor:pointer;width:100%;height:400px;display:flex;align-items:flex-end;position:relative;transition:transform .3s ease , box-shadow .3s ease}.director-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.2)}.executive-card{background:linear-gradient(135deg,#2e7d32,#1b5e20)}.executive-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(46,125,50,.3);z-index:1}.non-executive-card{background:linear-gradient(135deg,#e0e0e0,#757575)}.non-executive-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(117,117,117,.3);z-index:1}.kmp-card{background:linear-gradient(135deg,#81c784,#4caf50)}.kmp-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(76,175,80,.3);z-index:1}.director-info{position:relative;z-index:2;padding:1.8rem;width:100%;color:#053f33;background:#fff;margin:1.5rem;padding:1.5rem;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.director-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#053f33}.director-title{font-size:1.1rem;color:#4a7c12;font-weight:600}.committees-section{background-color:#f1f8e9;padding:4rem 1rem 3rem}.committees-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2.5rem}.committee-card{margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 6px 20px rgba(0,0,0,.08)}.committee-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#053f33;word-break:break-word;line-height:1.4}.committee-table-container{overflow-x:auto}.committee-table{width:100%;max-width:800px;margin:0 auto;border-collapse:collapse;font-size:1rem}.committee-table thead tr{background-color:#4a7c12;color:#fff;text-align:left}.committee-table th,.committee-table td{padding:1rem}.committee-table th:first-child{border-top-left-radius:.5rem}.committee-table th:last-child{border-top-right-radius:.5rem}.committee-table tbody tr:nth-child(even) {background-color:#f9fbe7}@media (max-width:1200px){.directors-grid{grid-template-columns:repeat(2,1fr);max-width:900px}}@media (max-width:768px){.directors-grid{grid-template-columns:1fr;max-width:450px}.category-title{font-size:1.5rem}}.category-header{margin-bottom:2rem;text-align:center;position:relative}.category-label{display:inline-block;font-size:1.9rem;text-transform:uppercase;letter-spacing:2px;color:#4a7c12;background:#eaf5e3;padding:.3rem 1rem;border-radius:20px;font-weight:600}.category-title{font-size:2.2rem;font-weight:800;margin-top:.8rem;color:#053f33;text-transform:uppercase;position:relative;display:inline-block;padding-bottom:.5rem}.category-title::after{content:"";display:block;width:60px;height:4px;background:#4a7c12;margin:.5rem auto 0;border-radius:2px}