

  /* Board of Directors Section */
  .board-directors {
    background: linear-gradient(135deg, #fef7ff 0%, #fff5f9 100%);
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

/* Floating Background Elements */
.board-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.float-element {
    position: absolute;
    background: linear-gradient(135deg, #ec4899, #f97316);
    opacity: 0.5;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    transform-origin: center;
}

.float-1 {
    width: 8px;
    height: 8px;
    top: 15%;
    left: 10%;
    animation: float-1 12s ease-in-out infinite;
}

.float-2 {
    width: 6px;
    height: 6px;
    top: 25%;
    left: 85%;
    animation: float-2 15s ease-in-out infinite;
}

.float-3 {
    width: 10px;
    height: 10px;
    top: 45%;
    left: 5%;
    animation: float-3 18s ease-in-out infinite;
}

.float-4 {
    width: 7px;
    height: 7px;
    top: 60%;
    left: 90%;
    animation: float-4 14s ease-in-out infinite;
}

.float-5 {
    width: 9px;
    height: 9px;
    top: 75%;
    left: 15%;
    animation: float-5 16s ease-in-out infinite;
}

.float-6 {
    width: 5px;
    height: 5px;
    top: 20%;
    left: 50%;
    animation: float-6 13s ease-in-out infinite;
}

.float-7 {
    width: 8px;
    height: 8px;
    top: 55%;
    left: 70%;
    animation: float-7 17s ease-in-out infinite;
}

.float-8 {
    width: 6px;
    height: 6px;
    top: 80%;
    left: 60%;
    animation: float-8 15s ease-in-out infinite;
}

.float-9 {
    width: 7px;
    height: 7px;
    top: 35%;
    left: 30%;
    animation: float-9 14s ease-in-out infinite;
}

.float-10 {
    width: 5px;
    height: 5px;
    top: 70%;
    left: 40%;
    animation: float-10 16s ease-in-out infinite;
}

@keyframes float-1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(30px, -40px) rotate(90deg); }
    50% { transform: translate(-20px, -60px) rotate(180deg); }
    75% { transform: translate(-30px, -20px) rotate(270deg); }
}

@keyframes float-2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-35px, 30px) rotate(90deg); }
    50% { transform: translate(25px, 50px) rotate(180deg); }
    75% { transform: translate(35px, 10px) rotate(270deg); }
}

@keyframes float-3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(40px, -30px) rotate(90deg); }
    50% { transform: translate(-30px, -50px) rotate(180deg); }
    75% { transform: translate(-40px, -10px) rotate(270deg); }
}

@keyframes float-4 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-25px, 35px) rotate(90deg); }
    50% { transform: translate(30px, 45px) rotate(180deg); }
    75% { transform: translate(25px, 15px) rotate(270deg); }
}

@keyframes float-5 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(35px, -25px) rotate(90deg); }
    50% { transform: translate(-25px, -45px) rotate(180deg); }
    75% { transform: translate(-35px, -15px) rotate(270deg); }
}

@keyframes float-6 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -30px) rotate(90deg); }
    50% { transform: translate(-20px, -40px) rotate(180deg); }
    75% { transform: translate(-20px, -10px) rotate(270deg); }
}

@keyframes float-7 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-30px, 25px) rotate(90deg); }
    50% { transform: translate(35px, 40px) rotate(180deg); }
    75% { transform: translate(30px, 10px) rotate(270deg); }
}

@keyframes float-8 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(25px, -35px) rotate(90deg); }
    50% { transform: translate(-30px, -50px) rotate(180deg); }
    75% { transform: translate(-25px, -20px) rotate(270deg); }
}

@keyframes float-9 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-35px, 20px) rotate(90deg); }
    50% { transform: translate(30px, 35px) rotate(180deg); }
    75% { transform: translate(35px, 5px) rotate(270deg); }
}

@keyframes float-10 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -25px) rotate(90deg); }
    50% { transform: translate(-25px, -35px) rotate(180deg); }
    75% { transform: translate(-20px, -5px) rotate(270deg); }
}

.board-directors .container {
    position: relative;
    z-index: 1;
}

/* Modern Compact Board Header */
.board-header-wrapper {
    margin-bottom: 50px;
    padding: 0 20px;
}

.board-header-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.board-title-section {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.board-badge-mini {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #9333ea, #ec4899);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 6px 20px rgba(147, 51, 234, 0.35);
    animation: icon-float 3s ease-in-out infinite;
}

@keyframes icon-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.board-title-section h2 {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #9333ea 0%, #ec4899 50%, #f97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.board-description-compact {
    font-size: 1.1rem;
    color: #6b21a8;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 500;
}

.board-directors .section-title h2 {
    font-size: 2.5rem;
    color: #1a3dff;
    margin-bottom: 15px;
}

.board-directors .section-title p {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.board-directors .text-center {
    font-size: 16px;
    color: #555;
    margin-bottom: 50px;
}

/* Director Cards Grid */
.director-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 15px 35px rgba(147, 51, 234, 0.12);
    transition: transform 0.4s, box-shadow 0.4s;
    position: relative;
    overflow: hidden;
    border-top: 3px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(135deg, #9333ea, #ec4899);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.director-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(147, 51, 234, 0.2);
}


.director-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #9333ea, #ec4899);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 32px;
    color: #fff;
    transition: transform 0.4s;
    box-shadow: 0 8px 25px rgba(147, 51, 234, 0.3);
}



.director-card h3 {
    color: #9333ea;
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 700;
}

.director-role {
    color: #a855f7;
    font-size: 0.95rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.director-card p {
    color: #6b21a8;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .director-card {
        padding: 25px 20px;
    }
    
    .board-header-wrapper {
        margin-bottom: 45px;
    }
    
    .board-title-section h2 {
        font-size: 2.4rem;
    }
    
    .board-description-compact {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .board-title-section {
        flex-direction: column;
        gap: 12px;
    }
    
    .board-title-section h2 {
        font-size: 2rem;
    }
    
    .board-badge-mini {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .board-description-compact {
        font-size: 0.95rem;
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .board-directors .section-title h2 {
        font-size: 2rem;
    }

    .director-card {
        padding: 20px 15px;
    }
    
    .board-header-wrapper {
        margin-bottom: 35px;
    }
    
    .board-title-section h2 {
        font-size: 1.75rem;
    }
    
    .board-badge-mini {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .board-description-compact {
        font-size: 0.9rem;
    }
}
