   le>
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f8f9fa;
            padding: 20px;
        }
        .leadership-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            padding: 30px;
            margin-right: 20px;
            margin-left: -25px;
        }
        .leadership-header {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 2px solid #e9ecef;
        }
        
        .leadership-member {
            margin-bottom: 10px;
            padding: 10px;
            border-radius: 8px;
            background: #F2F2F2;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        .leadership-member:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .member-image {
            width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #006600; /* Green border color */
    flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6c757d;
            font-size: 14px;
            
            
        }
        .member-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .member-details {
            padding-left: 20px;
        }
        .member-name {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 2px;
            color: #2c3e50;
        }
        .member-position {
            font-size: 14px;
            margin-bottom: 3px;
            color: #045535;
            font-weight: 600;
        }
        .member-contact {
            font-size: 12px;
            margin-bottom: 2px;
            color: #000000;
            font-weight: 400;
        }
        .member-anchor {
            font-size: 12px;
            margin-bottom: 2px;
            color: #045535;
            font-weight: 600;
            float: right;
            padding: 3px;
            border: 2px solid #045535;

        }
        .member-details .mdi {
            color: #b40d0d;
        }

    
/* categories-section box for office & admission */
.categories-section-office {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  width: 250px;
  height: 350px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: sticky;
  padding-top: 12px;
  margin-left: 30px;
  top: 90px; /* Change this to your header height + some spacing */
} 
